List:Internals« Previous MessageNext Message »
From:sergeyv Date:November 14 2005 1:40pm
Subject:bk commit into 5.0 tree (SergeyV:1.1972)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of sergeyv. When sergeyv 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.1972 05/11/14 16:39:46 SergeyV@selena. +1 -0
  Added workaround for rpl_frop_db test to run on win32 properly.

  mysql-test/t/rpl_drop_db.test
    1.6 05/11/14 16:39:37 SergeyV@selena. +2 -0
    Added workaround for rpl_frop_db test to run on win32 properly.

# 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:	SergeyV
# Host:	selena.
# Root:	H:/MYSQL/bkt/mysql-5.0

--- 1.5/mysql-test/t/rpl_drop_db.test	2005-08-25 11:18:59 +04:00
+++ 1.6/mysql-test/t/rpl_drop_db.test	2005-11-14 16:39:37 +03:00
@@ -13,6 +13,7 @@
 select * from mysqltest1.t1 into outfile 'mysqltest1/f1.txt';
 create table mysqltest1.t2 (n int);
 create table mysqltest1.t3 (n int);
+--replace_result \\ /
 --error 1010
 drop database mysqltest1;
 use mysqltest1;
@@ -29,6 +30,7 @@
 }
 --enable_query_log
 
+--replace_result \\ /
 --error 1010
 drop database mysqltest1;
 use mysqltest1;
Thread
bk commit into 5.0 tree (SergeyV:1.1972)sergeyv14 Nov