List:Internals« Previous MessageNext Message »
From:kent Date:July 5 2005 3:27pm
Subject:bk commit into 4.1 tree (kent:1.2322)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of kent. When kent 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.2322 05/07/05 17:27:37 kent@stripped +2 -0
  lowercase_table2.test, lowercase_table2.result:
    Use IF EXISTS in initiation section

  mysql-test/t/lowercase_table2.test
    1.11 05/07/05 17:20:15 kent@stripped +1 -1
    Use IF EXISTS in initiation section

  mysql-test/r/lowercase_table2.result
    1.15 05/07/05 17:20:15 kent@stripped +1 -1
    Use IF EXISTS in initiation section

# 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:	kent
# Host:	g4-2.local
# Root:	/Users/kent/mysql/bk/mysql-4.1-tmp2

--- 1.14/mysql-test/r/lowercase_table2.result	2005-06-21 17:18:49 +02:00
+++ 1.15/mysql-test/r/lowercase_table2.result	2005-07-05 17:20:15 +02:00
@@ -1,7 +1,7 @@
 DROP TABLE IF EXISTS t1,t2,t3,t2aA,t1Aa;
 DROP DATABASE IF EXISTS `TEST_$1`;
 DROP DATABASE IF EXISTS `test_$1`;
-DROP DATABASE mysqltest_LC2;
+DROP DATABASE IF EXISTS mysqltest_LC2;
 CREATE TABLE T1 (a int);
 INSERT INTO T1 VALUES (1);
 SHOW TABLES LIKE "T1";

--- 1.10/mysql-test/t/lowercase_table2.test	2005-06-21 17:18:50 +02:00
+++ 1.11/mysql-test/t/lowercase_table2.test	2005-07-05 17:20:15 +02:00
@@ -13,7 +13,7 @@
 DROP TABLE IF EXISTS t1,t2,t3,t2aA,t1Aa;
 DROP DATABASE IF EXISTS `TEST_$1`;
 DROP DATABASE IF EXISTS `test_$1`;
-DROP DATABASE mysqltest_LC2;
+DROP DATABASE IF EXISTS mysqltest_LC2;
 --enable_warnings
 
 CREATE TABLE T1 (a int);
Thread
bk commit into 4.1 tree (kent:1.2322)kent5 Jul