summaryrefslogtreecommitdiff
path: root/mysql-test/r/empty_user_table.result
blob: b93596ab59a8a328dad71c57749419a9fcd09931 (plain)
1
2
3
4
5
6
7
8
create table t1 as select * from mysql.user;
truncate table mysql.user;
flush privileges;
connect(localhost,u1,,test,MASTER_PORT,MASTER_SOCKET);
Got one of the listed errors
insert mysql.user select * from t1;
drop table t1;
flush privileges;