summaryrefslogtreecommitdiff
path: root/mysql-test/main/init_file_set_password-7656.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/init_file_set_password-7656.test')
-rw-r--r--mysql-test/main/init_file_set_password-7656.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/init_file_set_password-7656.test b/mysql-test/main/init_file_set_password-7656.test
index ecee3924355..c695d01b675 100644
--- a/mysql-test/main/init_file_set_password-7656.test
+++ b/mysql-test/main/init_file_set_password-7656.test
@@ -21,6 +21,6 @@ EOF
--exec echo "restart:--init-file=$MYSQLTEST_VARDIR/init.file " > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect
--source include/wait_until_connected_again.inc
-select user,host,password from mysql.user where user='foo';
+select user,host,password,plugin,authentication_string from mysql.user where user='foo';
drop user foo@localhost;