Below is the list of changes that have just been committed into a local
5.1 repository of mats. When mats 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-09-21 08:13:52+02:00, mats@stripped +2 -0
Fixing bug in test in that a database was not dropped and was visible
in following tests.
mysql-test/suite/rpl/r/rpl_bug31076.result@stripped, 2007-09-21 08:13:25+02:00, mats@stripped +1 -0
Result file change.
mysql-test/suite/rpl/t/rpl_bug31076.test@stripped, 2007-09-21 08:13:28+02:00, mats@stripped +3 -0
Dropping database so that following tests don't see it.
diff -Nrup a/mysql-test/suite/rpl/r/rpl_bug31076.result b/mysql-test/suite/rpl/r/rpl_bug31076.result
--- a/mysql-test/suite/rpl/r/rpl_bug31076.result 2007-09-20 16:30:50 +02:00
+++ b/mysql-test/suite/rpl/r/rpl_bug31076.result 2007-09-21 08:13:25 +02:00
@@ -61,3 +61,4 @@ visits_id myid src ip cc org ref time ho
SELECT * FROM visits_events;
event_id visit_id timestamp src data visits_events_id
20000 21231038 2007-09-18 03:59:02 Downloads/MySQL-4.1/mysql-4.1.12a-win32.zip 33712207
+DROP DATABASE track;
diff -Nrup a/mysql-test/suite/rpl/t/rpl_bug31076.test b/mysql-test/suite/rpl/t/rpl_bug31076.test
--- a/mysql-test/suite/rpl/t/rpl_bug31076.test 2007-09-20 16:30:54 +02:00
+++ b/mysql-test/suite/rpl/t/rpl_bug31076.test 2007-09-21 08:13:28 +02:00
@@ -111,3 +111,6 @@ VALUES ('3m3l4rhs6do0sf5p1i9lr94g928a272
SELECT * FROM visits;
SELECT * FROM visits_events;
+
+DROP DATABASE track;
+sync_slave_with_master;
| Thread |
|---|
| • bk commit into 5.1 tree (mats:1.2576) | Mats Kindahl | 21 Sep |