Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson 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-11-09 11:16:47+01:00, msvensson@stripped +1 -0
Bug#32217 rpl_ssl fails with different number of records on master and slave
- Add debug queries
mysql-test/suite/rpl/t/rpl_ssl.test@stripped, 2007-11-09 11:16:44+01:00,
msvensson@stripped +10 -0
Add additional queries to run when we detect that the number of queries between slave
and master differs
diff -Nrup a/mysql-test/suite/rpl/t/rpl_ssl.test b/mysql-test/suite/rpl/t/rpl_ssl.test
--- a/mysql-test/suite/rpl/t/rpl_ssl.test 2007-08-28 11:36:09 +02:00
+++ b/mysql-test/suite/rpl/t/rpl_ssl.test 2007-11-09 11:16:44 +01:00
@@ -76,6 +76,16 @@ if (`select $slave_count != $master_coun
echo master and slave differed in number of rows;
echo master: $master_count;
echo slave: $slave_count;
+
+ connection master;
+ echo === master ===;
+ select count(*) t1;
+ select * from t1;
+ connection slave;
+ echo === slave ===;
+ select count(*) t1;
+ select * from t1;
+ query_vertical show slave status;
}
connection master;
| Thread |
|---|
| • bk commit into 5.1 tree (msvensson:1.2614) BUG#32217 | msvensson | 9 Nov |