diff options
Diffstat (limited to 'tests/grant.pl')
-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 6da4326d465..1cd72af48fe 100644 --- a/tests/grant.pl +++ b/tests/grant.pl @@ -304,7 +304,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"); |