summaryrefslogtreecommitdiff
path: root/mysql-test/main/empty_user_table.result
blob: 924e4cd8ea5d5356a231706aad2e0e0ac3ffd988 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
create table t1 as select * from mysql.global_priv;
truncate table mysql.global_priv;
flush privileges;
connect(localhost,u1,,test,MASTER_PORT,MASTER_SOCKET);
connect  fail,localhost,u1;
Got one of the listed errors
insert mysql.global_priv select * from t1;
drop table t1;
flush privileges;
truncate table mysql.user;
flush privileges;
connect(localhost,u1,,test,MASTER_PORT,MASTER_SOCKET);
connect  fail,localhost,u1;
Got one of the listed errors