summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_plugin_auth.inc
diff options
context:
space:
mode:
authorGeorgi Kodinov <gkodinov@mysql.com>2011-03-18 10:31:39 +0100
committerGeorgi Kodinov <gkodinov@mysql.com>2011-03-18 10:31:39 +0100
commitae8255e7f6f7d8575fb3de69115281d5750e9352 (patch)
tree852720b39534c2799613a5f44b2c588a5648af5f /mysql-test/include/have_plugin_auth.inc
parent4d63adff262171d9886af6f24a31b7c7b6bc183d (diff)
downloadmariadb-git-ae8255e7f6f7d8575fb3de69115281d5750e9352.tar.gz
Bug #11766854 addendum :
Fixed test suite failures when the auth plugin is not compiled in.
Diffstat (limited to 'mysql-test/include/have_plugin_auth.inc')
-rw-r--r--mysql-test/include/have_plugin_auth.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/include/have_plugin_auth.inc b/mysql-test/include/have_plugin_auth.inc
index 41f11419c64..44ff4c2520d 100644
--- a/mysql-test/include/have_plugin_auth.inc
+++ b/mysql-test/include/have_plugin_auth.inc
@@ -2,3 +2,4 @@ disable_query_log;
--require r/true.require
select (PLUGIN_LIBRARY LIKE 'auth_test_plugin%') as `TRUE` FROM INFORMATION_SCHEMA.PLUGINS
WHERE PLUGIN_NAME='test_plugin_server';
+enable_query_log;