1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

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;