diff options
author | Horst.Hunger <horst.hunger@sun.com> | 2010-05-05 09:35:38 +0200 |
---|---|---|
committer | Horst.Hunger <horst.hunger@sun.com> | 2010-05-05 09:35:38 +0200 |
commit | 9eae31abc471803c2e25adc8b426a4a65a3feeb5 (patch) | |
tree | 2a0aea8e955a862ded0bf5f0ca80035e19ccafe4 /mysql-test/include | |
parent | 8372ce979dd724b3699e27817b6c039525c3876f (diff) | |
download | mariadb-git-9eae31abc471803c2e25adc8b426a4a65a3feeb5.tar.gz |
Patch for 47759 to trunk-bugfixing.
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/have_federated_plugin.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/include/have_federated_plugin.inc b/mysql-test/include/have_federated_plugin.inc new file mode 100644 index 00000000000..5c7549de53f --- /dev/null +++ b/mysql-test/include/have_federated_plugin.inc @@ -0,0 +1,5 @@ +if (`select plugin_library IS NULL from information_schema.plugins where plugin_name LIKE '%federated%'`) +{ + --skip federated plugin not available +} + |