diff options
Diffstat (limited to 'mysql-test/t/grant.test')
-rw-r--r-- | mysql-test/t/grant.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/grant.test b/mysql-test/t/grant.test index b18ae941c26..a93339a3ad6 100644 --- a/mysql-test/t/grant.test +++ b/mysql-test/t/grant.test @@ -72,3 +72,5 @@ delete from mysql.tables_priv where user='mysqltest_1'; delete from mysql.columns_priv where user='mysqltest_1'; flush privileges; drop table t1; +--error 1054 +GRANT FILE on mysqltest.* to mysqltest_1@localhost; |