diff options
author | Georgi Kodinov <gkodinov@mysql.com> | 2011-03-18 10:31:39 +0100 |
---|---|---|
committer | Georgi Kodinov <gkodinov@mysql.com> | 2011-03-18 10:31:39 +0100 |
commit | ae8255e7f6f7d8575fb3de69115281d5750e9352 (patch) | |
tree | 852720b39534c2799613a5f44b2c588a5648af5f /mysql-test/t/mysql_client_test.test | |
parent | 4d63adff262171d9886af6f24a31b7c7b6bc183d (diff) | |
download | mariadb-git-ae8255e7f6f7d8575fb3de69115281d5750e9352.tar.gz |
Bug #11766854 addendum :
Fixed test suite failures when the auth plugin is not compiled in.
Diffstat (limited to 'mysql-test/t/mysql_client_test.test')
-rw-r--r-- | mysql-test/t/mysql_client_test.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/mysql_client_test.test b/mysql-test/t/mysql_client_test.test index cf1ea70e404..529d60517c0 100644 --- a/mysql-test/t/mysql_client_test.test +++ b/mysql-test/t/mysql_client_test.test @@ -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; |