From 704898bf3200af4da42c1bf9251a7da5533db73f Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Wed, 8 Aug 2012 12:32:34 +0200 Subject: undo the fix for MySQL Bug#12998841 --- mysql-test/t/plugin_auth.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mysql-test') diff --git a/mysql-test/t/plugin_auth.test b/mysql-test/t/plugin_auth.test index 75d3ef3e807..f169360cf2e 100644 --- a/mysql-test/t/plugin_auth.test +++ b/mysql-test/t/plugin_auth.test @@ -422,10 +422,10 @@ CREATE USER uplain@localhost IDENTIFIED WITH 'cleartext_plugin_server' --echo ## test plugin auth --disable_query_log --error ER_ACCESS_DENIED_ERROR : this should fail : no grant -connect(cleartext_fail_con,localhost,uplain,cleartext_test2,,,,CLEARTEXT); +connect(cleartext_fail_con,localhost,uplain,cleartext_test2); --enable_query_log -connect(cleartext_con,localhost,uplain,cleartext_test,,,,CLEARTEXT); +connect(cleartext_con,localhost,uplain,cleartext_test); connection cleartext_con; select USER(),CURRENT_USER(); -- cgit v1.2.1