Skip to content

Commit aef3f0f

Browse files
committed
Bug #17357528 BACKPORT BUG#16513435 TO 5.5 AND 5.6
Follow up patch to fix testcase failure.
1 parent dbf4287 commit aef3f0f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

mysql-test/suite/auth_sec/r/access_credential_control.result

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -436,9 +436,9 @@ Drop user 'Tanjotuser1'@'localhost';
436436
Drop user 'Tanjotuser2'@'localhost';
437437
Drop user 'Tanjotuser3'@'localhost';
438438
Now trying opening a new session for the above dropped user
439-
ERROR 28000: Access denied for user 'Tanjotuser1'@'localhost' (using password: NO)
440-
ERROR 28000: Access denied for user 'Tanjotuser2'@'localhost' (using password: NO)
441-
ERROR 28000: Access denied for user 'Tanjotuser3'@'localhost' (using password: NO)
439+
ERROR 28000: Access denied for user 'Tanjotuser1'@'localhost' (using password: YES)
440+
ERROR 28000: Access denied for user 'Tanjotuser2'@'localhost' (using password: YES)
441+
ERROR 28000: Access denied for user 'Tanjotuser3'@'localhost' (using password: YES)
442442
Accessing the open sessions for the above dropped user
443443
select user(), current_user();
444444
user() current_user()
@@ -518,9 +518,9 @@ Tanjotuser2@localhost Tanjotuser2@localhost
518518
select user(), current_user();
519519
user() current_user()
520520
Tanjotuser3@localhost Tanjotuser3@localhost
521-
ERROR 28000: Access denied for user 'Tanjotuser1'@'localhost' (using password: NO)
522-
ERROR 28000: Access denied for user 'Tanjotuser2'@'localhost' (using password: NO)
523-
ERROR 28000: Access denied for user 'Tanjotuser3'@'localhost' (using password: NO)
521+
ERROR 28000: Access denied for user 'Tanjotuser1'@'localhost' (using password: YES)
522+
ERROR 28000: Access denied for user 'Tanjotuser2'@'localhost' (using password: YES)
523+
ERROR 28000: Access denied for user 'Tanjotuser3'@'localhost' (using password: YES)
524524
select user(), current_user();
525525
user() current_user()
526526
user1@localhost user1@localhost

0 commit comments

Comments
 (0)