Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions mysql-test/main/set_password.result
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ current_user()
oldpassold@localhost
disconnect con;
connection default;
flush privileges;
connect con,localhost,natauth,test,;
select current_user();
current_user()
Expand Down Expand Up @@ -140,7 +139,6 @@ current_user()
oldpassold@localhost
disconnect con;
connection default;
flush privileges;
connect con,localhost,natauth,test2,;
select current_user();
current_user()
Expand Down
8 changes: 4 additions & 4 deletions mysql-test/main/set_password.test
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ select current_user();
--connect(con,localhost,newpassnat,test,)
select current_user();
--disconnect con
--disable_view_protocol
--connect(con,localhost,oldauth,test,,,,auth=mysql_old_password:mysql_native_password)
select current_user();
--disconnect con
Expand All @@ -54,11 +55,10 @@ select current_user();
--connect(con,localhost,oldpassold,test,,,,auth=mysql_old_password:mysql_native_password)
select current_user();
--disconnect con
--enable_view_protocol

--connection default

flush privileges;

--connect(con,localhost,natauth,test,)
select current_user();
--disconnect con
Expand All @@ -68,6 +68,7 @@ select current_user();
--connect(con,localhost,newpassnat,test,)
select current_user();
--disconnect con
--disable_view_protocol
--connect(con,localhost,oldauth,test,,,,auth=mysql_old_password:mysql_native_password)
select current_user();
--disconnect con
Expand All @@ -77,6 +78,7 @@ select current_user();
--connect(con,localhost,oldpassold,test,,,,auth=mysql_old_password:mysql_native_password)
select current_user();
--disconnect con
--enable_view_protocol

--connection default

Expand Down Expand Up @@ -112,8 +114,6 @@ select current_user();

--connection default

flush privileges;

--connect(con,localhost,natauth,test2,)
select current_user();
--disconnect con
Expand Down