1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-03 05:41:09 +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

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