Skip to content

Commit 03a7b3f

Browse files
committed
BUG#26042764: BACKPORT BUG#25642343 AND BUG#24311527 TO 5.7
BUG#24311527: PLUGIN-LOAD FAILS AFTER MYSQLD --INITIALIZE BUG#25642343: THE SERVER SHOULD HAVE A DEFAULT USER FOR THE SERVER SESION SERVICE Update initialize-sha256 test.
1 parent 58dddaf commit 03a7b3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mysql-test/r/initialize-sha256.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ SET PASSWORD='';
2121
SELECT user, host, plugin, LENGTH(authentication_string) > 0
2222
FROM mysql.user ORDER BY user;
2323
user host plugin LENGTH(authentication_string) > 0
24+
mysql.session localhost mysql_native_password 1
2425
mysql.sys localhost mysql_native_password 1
2526
root localhost sha256_password 0
2627
CREATE DATABASE test;

0 commit comments

Comments
 (0)