summaryrefslogtreecommitdiff
path: root/mysql-test/main/flush_notembedded.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/flush_notembedded.result')
-rw-r--r--mysql-test/main/flush_notembedded.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/main/flush_notembedded.result b/mysql-test/main/flush_notembedded.result
index 25ddeba17d3..b0fa8a6dfbc 100644
--- a/mysql-test/main/flush_notembedded.result
+++ b/mysql-test/main/flush_notembedded.result
@@ -9,6 +9,7 @@ create table mysqltest1.t1 (a int);
create user u1@localhost;
grant reload on *.* to u1@localhost;
grant select on mysqltest1.* to u1@localhost;
+grant all on test.* to u1@localhost;
connect u1,localhost,u1;
flush tables mysqltest1.t1 for export;
ERROR 42000: Access denied for user 'u1'@'localhost' to database 'mysqltest1'