List:Commits« Previous MessageNext Message »
From:Hakan Kuecuekyilmaz Date:August 27 2007 12:24pm
Subject:bk commit into 6.0-falcon tree (hakank:1.2719)
View as plain text  
Below is the list of changes that have just been committed into a local
6.0-falcon repository of hakan. When hakan 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@stripped, 2007-08-27 14:23:57+02:00, hakank@stripped +2 -0
  Make test work on Windows, too.

  mysql-test/r/falcon_bug_30210.result@stripped, 2007-08-27 14:23:54+02:00, hakank@stripped +2 -2
    Fixed bug number in comment.

  mysql-test/t/falcon_bug_30210.test@stripped, 2007-08-27 14:23:54+02:00, hakank@stripped +3 -3
    Fixed related bug number in comment.
    Make test work on Windows, too.

# 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:	hakank
# Host:	lu0011.wdf.sap.corp
# Root:	/home/hakan/work/mysql/mysql-5.1-falcon

--- 1.2/mysql-test/r/falcon_bug_30210.result	2007-08-27 12:35:49 +02:00
+++ 1.3/mysql-test/r/falcon_bug_30210.result	2007-08-27 14:23:54 +02:00
@@ -1,4 +1,4 @@
-*** Bug #28076 ***
+*** Bug #30210 ***
 SET @@storage_engine = 'Falcon';
 DROP TABLE IF EXISTS T;
 DROP TABLE IF EXISTS t;
@@ -10,4 +10,4 @@
 count(*)
 1
 DROP TABLE IF EXISTS t;
-DROP TABLE T;
+DROP TABLE IF EXISTS T;

--- 1.2/mysql-test/t/falcon_bug_30210.test	2007-08-27 12:35:49 +02:00
+++ 1.3/mysql-test/t/falcon_bug_30210.test	2007-08-27 14:23:54 +02:00
@@ -5,9 +5,9 @@
 # to be created.  It fails by allowing the second table name, 
 # but internally using only one file. 
 #
-# Somewhat related to Bug#2166 - Falcon: case insensitive table names
+# Somewhat related to Bug#22166 - Falcon: case insensitive table names
 #
---echo *** Bug #28076 ***
+--echo *** Bug #30210 ***
 
 # ----------------------------------------------------- #
 # --- Initialisation                                --- #
@@ -39,5 +39,5 @@
 # ----------------------------------------------------- #
 --disable_warnings
 DROP TABLE IF EXISTS t;
+DROP TABLE IF EXISTS T;
 --enable_warnings
-DROP TABLE T;
Thread
bk commit into 6.0-falcon tree (hakank:1.2719)Hakan Kuecuekyilmaz27 Aug