summaryrefslogtreecommitdiff
path: root/mysql-test/t/grant.test
diff options
context:
space:
mode:
authorunknown <Sinisa@sinisa.nasamreza.org>2003-07-02 01:24:05 +0300
committerunknown <Sinisa@sinisa.nasamreza.org>2003-07-02 01:24:05 +0300
commit417c571bb345475bd1794264b18484f874910b85 (patch)
tree184e63c12f9a193dd78b7bc697ff5ea96bb66fcc /mysql-test/t/grant.test
parent65d7980556227be9371d4fc2592cbe5c1140689c (diff)
downloadmariadb-git-417c571bb345475bd1794264b18484f874910b85.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;