Below is the list of changes that have just been committed into a local
5.0 repository of evgen. When evgen 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, 2007-05-12 00:46:07+04:00, evgen@stripped +2 -0
grant.result, grant.test:
Corrected test case for the bug#27878.
mysql-test/r/grant.result@stripped, 2007-05-12 00:45:44+04:00, evgen@stripped +1 -1
Corrected test case for the bug#27878.
mysql-test/t/grant.test@stripped, 2007-05-12 00:45:22+04:00, evgen@stripped +1 -1
Corrected test case for the bug#27878.
# 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: evgen
# Host: moonbone.local
# Root: /mnt/gentoo64/work/27878-bug-5.0-opt-mysql
--- 1.65/mysql-test/r/grant.result 2007-05-11 23:18:44.000000000 +0400
+++ 1.66/mysql-test/r/grant.result 2007-05-12 00:45:44.000000000 +0400
@@ -1121,7 +1121,7 @@
f1 f2
1 1
2 2
-DROP VIEW v1;
+DROP DATABASE db27878;
use test;
DROP TABLE t1;
End of 5.0 tests
--- 1.55/mysql-test/t/grant.test 2007-05-11 23:18:38.000000000 +0400
+++ 1.56/mysql-test/t/grant.test 2007-05-12 00:45:22.000000000 +0400
@@ -1144,7 +1144,7 @@
SELECT * FROM test.t1;
disconnect user1;
connection default;
-DROP VIEW v1;
+DROP DATABASE db27878;
use test;
DROP TABLE t1;
| Thread |
|---|
| • bk commit into 5.0 tree (evgen:1.2484) BUG#27878 | eugene | 11 May |