List:Commits« Previous MessageNext Message »
From:Mats Kindahl Date:June 19 2006 7:25am
Subject:bk commit into 5.1 tree (mats:1.2212)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of mats. When mats 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.2212 06/06/19 09:25:49 mats@stripped +2 -0
  Replication/Backup Team Tree test fixing.

  mysql-test/extra/rpl_tests/rpl_truncate.test
    1.2 06/06/19 09:25:43 mats@stripped +6 -6
    File included from test changed name.

  mysql-test/extra/rpl_tests/rpl_truncate_helper.test
    1.4 06/06/19 09:18:36 mats@stripped +0 -0
    Rename: mysql-test/extra/rpl_tests/rpl_truncate_helper.inc -> mysql-test/extra/rpl_tests/rpl_truncate_helper.test

# 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:	mats
# Host:	romeo.(none)
# Root:	/home/bk/fix-mysql-5.1-new

--- 1.1/mysql-test/extra/rpl_tests/rpl_truncate.test	2006-06-01 11:53:11 +02:00
+++ 1.2/mysql-test/extra/rpl_tests/rpl_truncate.test	2006-06-19 09:25:43 +02:00
@@ -12,25 +12,25 @@
 
 let $format = STATEMENT;
 let $stmt   = TRUNCATE TABLE;
---source extra/rpl_tests/rpl_truncate_helper.inc
+--source extra/rpl_tests/rpl_truncate_helper.test
 
 let $format = MIXED;
 let $stmt   = TRUNCATE TABLE;
---source extra/rpl_tests/rpl_truncate_helper.inc
+--source extra/rpl_tests/rpl_truncate_helper.test
 
 let $format = ROW;
 let $stmt   = TRUNCATE TABLE;
---source extra/rpl_tests/rpl_truncate_helper.inc
+--source extra/rpl_tests/rpl_truncate_helper.test
 
 let $format = STATEMENT;
 let $stmt   = DELETE FROM;
---source extra/rpl_tests/rpl_truncate_helper.inc
+--source extra/rpl_tests/rpl_truncate_helper.test
 
 let $format = MIXED;
 let $stmt   = DELETE FROM;
---source extra/rpl_tests/rpl_truncate_helper.inc
+--source extra/rpl_tests/rpl_truncate_helper.test
 
 let $format = ROW;
 let $stmt   = DELETE FROM;
---source extra/rpl_tests/rpl_truncate_helper.inc
+--source extra/rpl_tests/rpl_truncate_helper.test
 
Thread
bk commit into 5.1 tree (mats:1.2212)Mats Kindahl19 Jun