List:Commits« Previous MessageNext Message »
From:holyfoot Date:June 11 2007 7:43pm
Subject:bk commit into 5.1 tree (holyfoot:1.2552) BUG#28757
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of hf. When hf 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-06-12 00:43:36+05:00, holyfoot@stripped +2 -0
  Bug #28757 Test program / embedded server crash in test "unsafe_binlog_innodb"
  
  the reported test failure is fixed by the patch to 28333,
  but there's a bit more to fix in the test itself - to
  drop tables created in this test at the test's beginning.

  mysql-test/include/unsafe_binlog.inc@stripped, 2007-06-12 00:43:33+05:00, holyfoot@stripped +1 -1
    remove tables created later in this test

  mysql-test/r/unsafe_binlog_innodb.result@stripped, 2007-06-12 00:43:33+05:00, holyfoot@stripped +1 -1
    test result fixed

# 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:	holyfoot
# Host:	hfmain.(none)
# Root:	/home/hf/work/28757/my51-28757

--- 1.4/mysql-test/r/unsafe_binlog_innodb.result	2007-06-12 00:43:46 +05:00
+++ 1.5/mysql-test/r/unsafe_binlog_innodb.result	2007-06-12 00:43:46 +05:00
@@ -1,4 +1,4 @@
-drop table if exists t1,t2;
+drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9,t10;
 create table t1 (id int not null, f_id int not null, f int not null,
 primary key(f_id, id)) engine = InnoDB;
 create table t2 (id int not null,s_id int not null,s varchar(200),

--- 1.4/mysql-test/include/unsafe_binlog.inc	2007-06-12 00:43:46 +05:00
+++ 1.5/mysql-test/include/unsafe_binlog.inc	2007-06-12 00:43:46 +05:00
@@ -23,7 +23,7 @@
 #
 
 --disable_warnings
-drop table if exists t1,t2;
+drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9,t10;
 --enable_warnings
 eval create table t1 (id int not null, f_id int not null, f int not null,
 primary key(f_id, id)) engine = $engine_type;
Thread
bk commit into 5.1 tree (holyfoot:1.2552) BUG#28757holyfoot11 Jun