diff options
author | Horst.Hunger <horst.hunger@sun.com> | 2010-04-26 21:39:24 +0200 |
---|---|---|
committer | Horst.Hunger <horst.hunger@sun.com> | 2010-04-26 21:39:24 +0200 |
commit | 7706cac4b1ba2323dd6e74795ae05444ee733fc6 (patch) | |
tree | 7ea50b678dc90993877ff7d1fa6f057031144298 /mysql-test/include | |
parent | bef66c5c9ff684de26533153df8188c74dcd45b3 (diff) | |
download | mariadb-git-7706cac4b1ba2323dd6e74795ae05444ee733fc6.tar.gz |
only This is a backport of the patch for 47739 into trunk.
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/have_archive_plugin.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/include/have_archive_plugin.inc b/mysql-test/include/have_archive_plugin.inc new file mode 100644 index 00000000000..98e146ca20b --- /dev/null +++ b/mysql-test/include/have_archive_plugin.inc @@ -0,0 +1,5 @@ +if (`select plugin_library IS NULL from information_schema.plugins where plugin_name LIKE '%archive%'`) +{ + --skip archive plugin not available +} + |