From: Date: October 10 2007 2:18pm Subject: bk commit into 5.1 tree (jmiller:1.2570) List-Archive: http://lists.mysql.com/commits/35278 Message-Id: <200710101218.l9ACIfuj023282@ndb15.mysql.com> Below is the list of changes that have just been committed into a local 5.1 repository of ndbdev. When ndbdev 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-10-10 14:18:34+02:00, jmiller@stripped +2 -0 rpl_bug31076.test, rpl_bug31076.result: Correcting test bug mysql-test/suite/rpl/r/rpl_bug31076.result@stripped, 2007-10-10 14:18:14+02:00, jmiller@stripped +1 -0 Correcting test bug mysql-test/suite/rpl/t/rpl_bug31076.test@stripped, 2007-10-10 14:18:24+02:00, jmiller@stripped +3 -0 Correcting test bug 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-10-10 14:18:14 +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-10-10 14:18:24 +02:00 @@ -111,3 +111,6 @@ VALUES ('3m3l4rhs6do0sf5p1i9lr94g928a272 SELECT * FROM visits; SELECT * FROM visits_events; + +DROP DATABASE track; +# End 5.1 test case