From: guilhem Date: December 14 2005 3:50pm Subject: bk commit into 5.1 tree (guilhem:1.1962) List-Archive: http://lists.mysql.com/commits/160 Message-Id: <200512141550.jBEFoeJt002270@gbichot3.local> Below is the list of changes that have just been committed into a local 5.1 repository of guilhem. When guilhem 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 1.1962 05/12/14 16:50:34 guilhem@stripped +2 -0 WL#1012 "row-based replication" cleanup of old comments. mysql-test/t/ctype_utf8.test 1.75 05/12/14 16:50:30 guilhem@stripped +0 -2 cleanup mysql-test/t/ctype_ucs.test 1.38 05/12/14 16:50:30 guilhem@stripped +0 -4 cleanup # 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: guilhem # Host: gbichot3.local # Root: /home/mysql_src/mysql-5.1-wl1012-v3 --- 1.37/mysql-test/t/ctype_ucs.test 2005-10-10 18:53:03 +02:00 +++ 1.38/mysql-test/t/ctype_ucs.test 2005-12-14 16:50:30 +01:00 @@ -1,7 +1,3 @@ -# Requires statement logging -# Not sure why statement was required, passed find using rbr -#-- source include/have_binlog_format_statement.inc - -- source include/have_ucs2.inc --disable_warnings --- 1.74/mysql-test/t/ctype_utf8.test 2005-12-13 16:10:48 +01:00 +++ 1.75/mysql-test/t/ctype_utf8.test 2005-12-14 16:50:30 +01:00 @@ -1,8 +1,6 @@ # # Tests with the utf8 character set # -# Shows to pass using row based binlog in latest wl1012 clone[jbm] -#-- source include/have_binlog_format_statement.inc --disable_warnings drop table if exists t1,t2;