summaryrefslogtreecommitdiff
path: root/mysql-test/r/grant.result
diff options
context:
space:
mode:
authorsvoj@may.pils.ru <>2006-08-11 14:41:07 +0500
committersvoj@may.pils.ru <>2006-08-11 14:41:07 +0500
commit07a1ed651fb28946ace14bb8ee44b0107c09cf3c (patch)
tree5f0b1cfa6f95543a39509fb2fb3912722268dc02 /mysql-test/r/grant.result
parent827164916c557bcb15119e81c47a248d75dafdfa (diff)
downloadmariadb-git-07a1ed651fb28946ace14bb8ee44b0107c09cf3c.tar.gz
Extended a test case for bug#7391.
Diffstat (limited to 'mysql-test/r/grant.result')
-rw-r--r--mysql-test/r/grant.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/grant.result b/mysql-test/r/grant.result
index 3f3325354ee..7ad2a5033e9 100644
--- a/mysql-test/r/grant.result
+++ b/mysql-test/r/grant.result
@@ -426,6 +426,7 @@ revoke all on mysqltest_2.t1 from mysqltest_3@localhost;
revoke all on mysqltest_2.t2 from mysqltest_3@localhost;
grant all on mysqltest_2.* to mysqltest_3@localhost;
grant select on *.* to mysqltest_3@localhost;
+grant select on mysqltest_2.t1 to mysqltest_3@localhost;
flush privileges;
use mysqltest_1;
update mysqltest_2.t1, mysqltest_2.t2 set c=500,d=600;