1
0
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:
Sergei Golubchik
2013-05-21 09:42:10 +02:00
parent 639a766096
commit fce7fc43ba
4 changed files with 6 additions and 4 deletions

View File

@ -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;