summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2002-09-22 10:59:33 +0300
committermonty@mashka.mysql.fi <>2002-09-22 10:59:33 +0300
commit378d977d28c4583db43511e94b5c128f71b3304a (patch)
tree9bdcec4c2cce4db72873b8d790dc4c3c011c5f0f /tests
parent6aef4237d7a990618d9a525b0918e5416b7f62b3 (diff)
parentc4302b0beba0e786651978c47a90cdf1525c8f08 (diff)
downloadmariadb-git-378d977d28c4583db43511e94b5c128f71b3304a.tar.gz
Merge with 3.23.53
Diffstat (limited to 'tests')
-rw-r--r--tests/grant.pl2
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");