summaryrefslogtreecommitdiffstats
path: root/mysql-test/main/set_password.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/set_password.test')
-rw-r--r--mysql-test/main/set_password.test12
1 files changed, 6 insertions, 6 deletions
diff --git a/mysql-test/main/set_password.test b/mysql-test/main/set_password.test
index 071b2d05..e3d35d1f 100644
--- a/mysql-test/main/set_password.test
+++ b/mysql-test/main/set_password.test
@@ -47,13 +47,13 @@ select current_user();
--connect(con,localhost,newpassnat,test,)
select current_user();
--disconnect con
---connect(con,localhost,oldauth,test,)
+--connect(con,localhost,oldauth,test,,,,auth=mysql_old_password:mysql_native_password)
select current_user();
--disconnect con
---connect(con,localhost,oldpass,test,)
+--connect(con,localhost,oldpass,test,,,,auth=mysql_old_password:mysql_native_password)
select current_user();
--disconnect con
---connect(con,localhost,oldpassold,test,)
+--connect(con,localhost,oldpassold,test,,,,auth=mysql_old_password:mysql_native_password)
select current_user();
--disconnect con
@@ -70,13 +70,13 @@ select current_user();
--connect(con,localhost,newpassnat,test,)
select current_user();
--disconnect con
---connect(con,localhost,oldauth,test,)
+--connect(con,localhost,oldauth,test,,,,auth=mysql_old_password:mysql_native_password)
select current_user();
--disconnect con
---connect(con,localhost,oldpass,test,)
+--connect(con,localhost,oldpass,test,,,,auth=mysql_old_password:mysql_native_password)
select current_user();
--disconnect con
---connect(con,localhost,oldpassold,test,)
+--connect(con,localhost,oldpassold,test,,,,auth=mysql_old_password:mysql_native_password)
select current_user();
--disconnect con