1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Some fixes for CREATE / INSERT FROM UNIO >..

This commit is contained in:
Sinisa@sinisa.nasamreza.org
2003-07-02 01:24:05 +03:00
parent b7644c9212
commit fb39821e94
4 changed files with 34 additions and 11 deletions

View File

@@ -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;