From b2fde131dc0dbcca5a5c17f75399f811c4755568 Mon Sep 17 00:00:00 2001 From: Nirbhay Choubey Date: Tue, 7 Dec 2010 21:14:07 +0530 Subject: [PATCH] Additional fix in the test for Bug#58139. --- mysql-test/t/plugin_auth.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/t/plugin_auth.test b/mysql-test/t/plugin_auth.test index 351f61c57d1..49fbfa6995b 100644 --- a/mysql-test/t/plugin_auth.test +++ b/mysql-test/t/plugin_auth.test @@ -400,7 +400,7 @@ FLUSH PRIVILEGES; --echo # --echo # Executing 'mysql' ---exec $MYSQL -u root -S $MASTER_MYSOCK -P $MASTER_MYPORT --default-auth=auth_test_plugin $PLUGIN_AUTH_OPT -e 'SELECT 1' +--exec $MYSQL -u root -S $MASTER_MYSOCK -P $MASTER_MYPORT --default-auth=auth_test_plugin $PLUGIN_AUTH_OPT -e "SELECT 1" --echo # Executing 'mysqladmin' --exec $MYSQLADMIN -u root -S $MASTER_MYSOCK -P $MASTER_MYPORT --default-auth=auth_test_plugin $PLUGIN_AUTH_OPT ping