diff options
author | unknown <monty@mashka.mysql.fi> | 2002-09-22 10:01:22 +0300 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2002-09-22 10:01:22 +0300 |
commit | 0e88d440d689cb8805bab3a7bcca274e0aa5c975 (patch) | |
tree | 7d625a9cc9d5db82d73c790c5f0dd07dddf616f1 /tests | |
parent | 841acab1925858bb66ea5afbb3b5b81dfdcc53d9 (diff) | |
parent | b804e278c876314de8ff5ae10fc54ea68ca06070 (diff) | |
download | mariadb-git-0e88d440d689cb8805bab3a7bcca274e0aa5c975.tar.gz |
Merge work:/my/mysql-3.23 into mashka.mysql.fi:/home/my/mysql-3.23
Diffstat (limited to 'tests')
-rw-r--r-- | tests/grant.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/grant.pl b/tests/grant.pl index 0219fdb71ee..a82e99645bc 100644 --- a/tests/grant.pl +++ b/tests/grant.pl @@ -299,7 +299,7 @@ safe_query("revoke GRANT OPTION on $opt_database.test from $user",1); # safe_query("grant select(a) on $opt_database.test to $user"); -user_query("show columns from test"); +user_query("show full columns from test"); safe_query("grant insert (b), update (b) on $opt_database.test to $user"); user_query("select count(a) from test"); |