Below is the list of changes that have just been committed into a local
5.0 repository of ram. When ram 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-07-20 11:23:38+05:00, ramil@stripped +1 -0
Fixed #29923: federated.test fails in 5.0-maint, 5.1-maint
Result adjusted.
mysql-test/r/federated.result@stripped, 2007-07-20 11:23:37+05:00, ramil@stripped +2 -0
Fixed #29923: federated.test fails in 5.0-maint, 5.1-maint
- result adjusted.
diff -Nrup a/mysql-test/r/federated.result b/mysql-test/r/federated.result
--- a/mysql-test/r/federated.result 2007-07-20 00:33:25 +05:00
+++ b/mysql-test/r/federated.result 2007-07-20 11:23:37 +05:00
@@ -1878,6 +1878,8 @@ select categoryId from federated.t1 wher
categoryId
1
2
+drop table federated.t1;
+drop table federated.t1;
create table federated.t1 (a int primary key, b varchar(64))
DEFAULT CHARSET=utf8;
create table federated.t1 (a int primary key, b varchar(64))
Thread |
---|
• bk commit into 5.0 tree (ramil:1.2475) | ramil | 20 Jul |