summaryrefslogtreecommitdiff
path: root/mysql-test/r/grant.result
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-12-06 17:15:54 +0200
committermonty@mysql.com <>2004-12-06 17:15:54 +0200
commit75d0958dc317561bd373da992ff9056f8c22d196 (patch)
treeadca7e39f11a6ff5883c21958f614b2e665a3d84 /mysql-test/r/grant.result
parent0de4777187a869b4a070ba1e0da28a2ffe1abf05 (diff)
downloadmariadb-git-75d0958dc317561bd373da992ff9056f8c22d196.tar.gz
After merge fixes
Fixed compiler warnings Fix core dump when sending SIGHUP to mysqld
Diffstat (limited to 'mysql-test/r/grant.result')
-rw-r--r--mysql-test/r/grant.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/grant.result b/mysql-test/r/grant.result
index 33ca38a3bad..b69ba9702a6 100644
--- a/mysql-test/r/grant.result
+++ b/mysql-test/r/grant.result
@@ -332,10 +332,10 @@ GRANT USAGE ON *.* TO 'grant_user'@'localhost'
GRANT INSERT (a, d, c, b) ON `test`.`t1` TO 'grant_user'@'localhost'
select Host,Db,User,Table_name,Column_name,Column_priv from mysql.columns_priv;
Host Db User Table_name Column_name Column_priv
-localhost test grant_user t1 c Insert
localhost test grant_user t1 b Insert
-localhost test grant_user t1 a Insert
localhost test grant_user t1 d Insert
+localhost test grant_user t1 a Insert
+localhost test grant_user t1 c Insert
revoke ALL PRIVILEGES on t1 from grant_user@localhost;
show grants for grant_user@localhost;
Grants for grant_user@localhost