summaryrefslogtreecommitdiff
path: root/mysql-test/t/grant.test
diff options
context:
space:
mode:
authorSinisa@sinisa.nasamreza.org <>2003-07-02 01:24:05 +0300
committerSinisa@sinisa.nasamreza.org <>2003-07-02 01:24:05 +0300
commitfb39821e94b7f921000a40c42efdcdb8c4f28d6d (patch)
tree184e63c12f9a193dd78b7bc697ff5ea96bb66fcc /mysql-test/t/grant.test
parentb7644c92121946ecbfd747e2ecb9963073f048bf (diff)
downloadmariadb-git-fb39821e94b7f921000a40c42efdcdb8c4f28d6d.tar.gz
Some fixes for CREATE / INSERT FROM UNIO >..
Diffstat (limited to 'mysql-test/t/grant.test')
-rw-r--r--mysql-test/t/grant.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/grant.test b/mysql-test/t/grant.test
index a93339a3ad6..5b20354336c 100644
--- a/mysql-test/t/grant.test
+++ b/mysql-test/t/grant.test
@@ -72,5 +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
+--error 1221
GRANT FILE on mysqltest.* to mysqltest_1@localhost;