summaryrefslogtreecommitdiff
path: root/tests/grant.res
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2002-10-08 17:58:43 +0300
committermonty@mashka.mysql.fi <>2002-10-08 17:58:43 +0300
commitbae4af8a4f41a78c5628bcf7b9cf2cc6752849ff (patch)
treedb2963a215ecaa695d6df1a233f29e92a166f353 /tests/grant.res
parent66646cc4588d4119165127e4d69b15ed53a046e4 (diff)
downloadmariadb-git-bae4af8a4f41a78c5628bcf7b9cf2cc6752849ff.tar.gz
Fixed missing table_list->name -> table_list->alias convert
Diffstat (limited to 'tests/grant.res')
-rw-r--r--tests/grant.res2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/grant.res b/tests/grant.res
index 37266facc61..91c37a2c9f8 100644
--- a/tests/grant.res
+++ b/tests/grant.res
@@ -310,7 +310,7 @@ select Host, Db, User, Table_name, Grantor, Table_priv, Column_priv from mysql.t
revoke GRANT OPTION on grant_test.test from grant_user@localhost
Error in execute: There is no such grant defined for user 'grant_user' on host 'localhost' on table 'test'
grant select(a) on grant_test.test to grant_user@localhost
-show columns from test
+show full columns from test
a int(11) YES NULL select
b int(11) YES NULL