diff options
author | Sinisa@sinisa.nasamreza.org <> | 2003-08-22 18:43:46 +0300 |
---|---|---|
committer | Sinisa@sinisa.nasamreza.org <> | 2003-08-22 18:43:46 +0300 |
commit | ced195f8a98d4f7183ffc1babfb0417acc6bd7d3 (patch) | |
tree | 6116b622fcbb528013b9fec903f0efd6927f75e2 /mysql-test/t/grant.test | |
parent | 4d2902a27dccdb07dedd10ec3af980f5e4d48b20 (diff) | |
parent | 9676fdcbcdee38d96384cffac79439215015dc7e (diff) | |
download | mariadb-git-ced195f8a98d4f7183ffc1babfb0417acc6bd7d3.tar.gz |
After merge fixes
Diffstat (limited to 'mysql-test/t/grant.test')
-rw-r--r-- | mysql-test/t/grant.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/t/grant.test b/mysql-test/t/grant.test index f278a720cd6..9b670b36f2c 100644 --- a/mysql-test/t/grant.test +++ b/mysql-test/t/grant.test @@ -82,5 +82,10 @@ delete from mysql.tables_priv where user='mysqltest_1'; delete from mysql.columns_priv where user='mysqltest_1'; flush privileges; drop table t1; + +# +# Test some error conditions +# --error 1221 GRANT FILE on mysqltest.* to mysqltest_1@localhost; +select 1; -- To test that the previous command didn't cause problems |