List:Commits« Previous MessageNext Message »
From:cbell Date:May 11 2007 7:04pm
Subject:bk commit into 5.1 tree (cbell:1.2578) BUG#17233
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of cbell. When cbell 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-05-11 13:04:03-04:00, cbell@stripped +1 -0
  BUG#17233 : LOAD DATA INFILE: failure causes mysqld dbug_assert, binlog not flushed
  
  This patch enables the NDB test ndb_load that was previously disabled
  as a result of the LOAD DATA INFILE bug reported in this bug report.
  

  mysql-test/t/disabled.def@stripped, 2007-05-11 13:03:56-04:00, cbell@stripped +0 -2
    BUG#17233 : LOAD DATA INFILE: failure causes mysqld dbug_assert, binlog not flushed
    
    This patch enables the NDB test ndb_load that was previously disabled
    as a result of the LOAD DATA INFILE bug reported in this bug report.
    

# 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:	cbell
# Host:	suse.vabb.com
# Root:	/home/Chuck/source/mysql-5.1_BUG_17233

--- 1.249/mysql-test/t/disabled.def	2007-05-04 09:58:27 -04:00
+++ 1.250/mysql-test/t/disabled.def	2007-05-11 13:03:56 -04:00
@@ -16,8 +16,6 @@
 concurrent_innodb        : BUG#21579 2006-08-11 mleich innodb_concurrent random failures
with varying differences
 ndb_autodiscover         : BUG#18952 2006-02-16 jmiller Needs to be fixed w.r.t binlog
 ndb_autodiscover2        : BUG#18952 2006-02-16 jmiller Needs to be fixed w.r.t binlog
-ndb_load                 : BUG#17233 2006-05-04 tomas failed load data from infile causes
mysqld dbug_assert, binlog not flushed
-
 partition_03ndb          : BUG#16385 2006-03-24 mikael Partitions: crash when updating a
range partitioned NDB table
 rpl_ndb_circular_simplex : BUG#27972 2007-04-20 mats Slave cannot start where it stopped
 rpl_ndb_2innodb          : BUG#19227 2006-04-20 pekka pk delete apparently not replicated
Thread
bk commit into 5.1 tree (cbell:1.2578) BUG#17233cbell11 May