mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
fixes for buildbot
This commit is contained in:
@ -2,7 +2,7 @@ create table t1 as select * from mysql.user;
|
||||
truncate table mysql.user;
|
||||
flush privileges;
|
||||
connect(localhost,u1,,test,MASTER_PORT,MASTER_SOCKET);
|
||||
ERROR 28000: Access denied for user 'u1'@'localhost' (using password: NO)
|
||||
Got one of the listed errors
|
||||
insert mysql.user select * from t1;
|
||||
drop table t1;
|
||||
flush privileges;
|
||||
|
Reference in New Issue
Block a user