List:Internals« Previous MessageNext Message »
From:guilhem Date:September 20 2005 11:19pm
Subject:bk commit into 5.0 tree (guilhem:1.1986)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 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.1986 05/09/20 23:19:48 guilhem@stripped +1 -0
  WL#1012: replacing a TODO by a bug number

  mysql-test/t/rpl_row_delayed_ins.test
    1.3 05/09/20 23:19:44 guilhem@stripped +1 -1
    documentation of bug to fix

# 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.0-wl1012

--- 1.2/mysql-test/t/rpl_row_delayed_ins.test	2005-09-20 23:12:15 +02:00
+++ 1.3/mysql-test/t/rpl_row_delayed_ins.test	2005-09-20 23:19:44 +02:00
@@ -5,7 +5,7 @@
 create table t1(a int not null primary key) engine=myisam;
 insert delayed into t1 values (1),(2),(3);
 # force DELAYED thread to execute. We don't write FLUSH TABLES
-# to binlog because it crashes slave (TODO: investigate).
+# to binlog because it crashes slave (filed as BUG#13360).
 flush no_write_to_binlog tables;
 select * from t1;
  # When we have a solution for this non-repeatable TID,
Thread
bk commit into 5.0 tree (guilhem:1.1986)guilhem20 Sep