summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2012-08-08 12:32:34 +0200
committerSergei Golubchik <sergii@pisem.net>2012-08-08 12:32:34 +0200
commit704898bf3200af4da42c1bf9251a7da5533db73f (patch)
tree8f87d8216530959492e37976f6aca4cdcfa53645 /mysql-test
parent1877016c39c6f4f20003cdcb6cb8dbd68abd77ef (diff)
downloadmariadb-git-704898bf3200af4da42c1bf9251a7da5533db73f.tar.gz
undo the fix for MySQL Bug#12998841
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/t/plugin_auth.test4
1 files changed, 2 insertions, 2 deletions
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();