Below is the list of changes that have just been committed into a local
5.0 repository of svoj. When svoj does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2006-08-11 14:41:07+05:00, svoj@stripped +2 -0
Extended a test case for bug#7391.
mysql-test/r/grant.result@stripped, 2006-08-11 14:41:04+05:00, svoj@stripped +1 -0
Extended a test case for bug#7391.
mysql-test/t/grant.test@stripped, 2006-08-11 14:41:04+05:00, svoj@stripped +2 -0
Extended a test case for bug#7391.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: svoj
# Host: may.pils.ru
# Root: /home/svoj/devel/mysql/BUG7391/mysql-5.0
--- 1.53/mysql-test/r/grant.result 2006-08-11 14:41:14 +05:00
+++ 1.54/mysql-test/r/grant.result 2006-08-11 14:41:14 +05:00
@@ -426,6 +426,7 @@
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;
--- 1.42/mysql-test/t/grant.test 2006-08-11 14:41:14 +05:00
+++ 1.43/mysql-test/t/grant.test 2006-08-11 14:41:14 +05:00
@@ -362,6 +362,8 @@
#test the db/table level privileges
grant all on mysqltest_2.* to mysqltest_3@localhost;
grant select on *.* to mysqltest_3@localhost;
+# Next grant is needed to trigger bug#7391. Do not optimize!
+grant select on mysqltest_2.t1 to mysqltest_3@localhost;
flush privileges;
disconnect conn1;
connect (conn2,localhost,mysqltest_3,,);
| Thread |
|---|
| • bk commit into 5.0 tree (svoj:1.2250) BUG#7391 | Sergey Vojtovich | 11 Aug |