Bug #11766854 addendum :

Fixed test suite failures when the auth plugin is not compiled in.
This commit is contained in:
Georgi Kodinov 2011-03-18 10:31:39 +01:00
parent 4d63adff26
commit ae8255e7f6
3 changed files with 7 additions and 1 deletions

View file

@ -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;

View file

@ -1 +1,4 @@
--log=$MYSQLTEST_VARDIR/log/master.log --log-output=FILE,TABLE
--log=$MYSQLTEST_VARDIR/log/master.log
--log-output=FILE,TABLE
$PLUGIN_AUTH_OPT
$PLUGIN_AUTH_LOAD

View file

@ -1,5 +1,7 @@
# This test should work in embedded server after we fix mysqltest
-- source include/not_embedded.inc
# need to have the dynamic loading turned on for the client plugin tests
--source include/have_plugin_auth.inc
SET @old_general_log= @@global.general_log;
SET @old_slow_query_log= @@global.slow_query_log;