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, 2006-08-03 19:35:00+02:00, msvensson@neptunus.(none) +1 -0
Use "--source" command instead of "source", makes mysql-test-run.pl dtecte this as test case that need binlog format row.
mysql-test/t/rpl_row_stop_middle.test@stripped, 2006-08-03 19:34:58+02:00, msvensson@neptunus.(none) +2 -2
Use "--source" command instead of "source", makes mysql-test-run.pl dtecte this as test case that need binlog format row.
# 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: msvensson
# Host: neptunus.(none)
# Root: /home/msvensson/mysql/mysql-5.1-new-maint
--- 1.1/mysql-test/t/rpl_row_stop_middle.test 2006-08-03 19:35:06 +02:00
+++ 1.2/mysql-test/t/rpl_row_stop_middle.test 2006-08-03 19:35:06 +02:00
@@ -4,8 +4,8 @@
# forget to close its tables.
# Can be run with statement-based but no interest (and long test)
-source include/have_binlog_format_row.inc;
-source include/master-slave.inc;
+--source include/have_binlog_format_row.inc
+--source include/master-slave.inc
connection master;
create table t1 (a int not null auto_increment primary key, b int, key(b));
| Thread |
|---|
| • bk commit into 5.1 tree (msvensson:1.2260) | msvensson | 3 Aug |