List:Commits« Previous MessageNext Message »
From:Lars Thalmann Date:March 1 2006 5:09pm
Subject:bk commit into 5.1 tree (lars:1.2204) BUG#17782
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of lthalmann. When lthalmann 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.2204 06/03/01 17:09:39 lars@stripped +1 -0
  BUG#17782: Incorrect result file

  mysql-test/r/binlog_row_insert_select.result
    1.3 06/03/01 17:09:30 lars@stripped +1 -0
    Corrected result file

# 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:	lars
# Host:	dl145k.mysql.com
# Root:	/users/lthalmann/bk/mysql-5.1-new

--- 1.2/mysql-test/r/binlog_row_insert_select.result	2006-02-13 12:58:27 +01:00
+++ 1.3/mysql-test/r/binlog_row_insert_select.result	2006-03-01 17:09:30 +01:00
@@ -1,3 +1,4 @@
+drop table if exists t1,t2;
 create table t1(a int, unique(a));
 insert into t1 values(2);
 create table t2(a int);
Thread
bk commit into 5.1 tree (lars:1.2204) BUG#17782Lars Thalmann1 Mar