List:Commits« Previous MessageNext Message »
From:knielsen Date:July 7 2006 5:20pm
Subject:bk commit into 5.1 tree (knielsen:1.2238) BUG#20902
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of knielsen. When knielsen 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-07-07 17:20:49+02:00, knielsen@ymer.(none) +4 -0
  BUG#20902: Test failure in ndb_alter_table3 with statement-based binlogging
  
  Disable test cases ndb_alter_table3, ndb_autodiscover3, ndb_dd_advance,
  and ndb_multi in statement-based binlogging mode until bug can be fixed.

  mysql-test/t/ndb_alter_table3.test@stripped, 2006-07-07 17:20:47+02:00, knielsen@ymer.(none)
+3 -0
    Disable test in statement-based binlogging mode.

  mysql-test/t/ndb_autodiscover3.test@stripped, 2006-07-07 17:20:47+02:00, knielsen@ymer.(none)
+3 -0
    Disable test in statement-based binlogging mode.

  mysql-test/t/ndb_dd_advance.test@stripped, 2006-07-07 17:20:47+02:00, knielsen@ymer.(none) +3
-0
    Disable test in statement-based binlogging mode.

  mysql-test/t/ndb_multi.test@stripped, 2006-07-07 17:20:47+02:00, knielsen@ymer.(none) +3 -0
    Disable test in statement-based binlogging mode.

# 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:	knielsen
# Host:	ymer.(none)
# Root:	/usr/local/mysql/tmp-5.1

--- 1.10/mysql-test/t/ndb_multi.test	2006-07-07 17:20:54 +02:00
+++ 1.11/mysql-test/t/ndb_multi.test	2006-07-07 17:20:54 +02:00
@@ -3,6 +3,9 @@
 -- source include/not_embedded.inc
 -- source include/have_binlog_format_statement.inc
 
+# BUG#20902: Test fails in statement-based binlogging mode. Remove when fixed.
+-- source include/have_binlog_format_row.inc
+
 
 --disable_warnings
 connection server2;

--- 1.1/mysql-test/t/ndb_dd_advance.test	2006-07-07 17:20:54 +02:00
+++ 1.2/mysql-test/t/ndb_dd_advance.test	2006-07-07 17:20:54 +02:00
@@ -28,6 +28,9 @@
 -- source include/have_ndb.inc
 -- source include/not_embedded.inc
 
+# BUG#20902: Test fails in statement-based binlogging mode. Remove when fixed.
+-- source include/have_binlog_format_row.inc
+
 --disable_warnings
 DROP TABLE IF EXISTS test.t1;
 DROP TABLE IF EXISTS test.t2;

--- 1.8/mysql-test/t/ndb_alter_table3.test	2006-07-07 17:20:54 +02:00
+++ 1.9/mysql-test/t/ndb_alter_table3.test	2006-07-07 17:20:54 +02:00
@@ -2,6 +2,9 @@
 -- source include/have_multi_ndb.inc
 -- source include/not_embedded.inc
 
+# BUG#20902: Test fails in statement-based binlogging mode. Remove when fixed.
+-- source include/have_binlog_format_row.inc
+
 --disable_warnings
 DROP TABLE IF EXISTS t1;
 --enable_warnings

--- 1.4/mysql-test/t/ndb_autodiscover3.test	2006-07-07 17:20:54 +02:00
+++ 1.5/mysql-test/t/ndb_autodiscover3.test	2006-07-07 17:20:54 +02:00
@@ -2,6 +2,9 @@
 -- source include/have_multi_ndb.inc
 -- source include/not_embedded.inc
 
+# BUG#20902: Test fails in statement-based binlogging mode. Remove when fixed.
+-- source include/have_binlog_format_row.inc
+
 
 --disable_warnings
 drop table if exists t1, t2;
Thread
bk commit into 5.1 tree (knielsen:1.2238) BUG#20902knielsen7 Jul