List:Commits« Previous MessageNext Message »
From:Hakan Kuecuekyilmaz Date:April 25 2007 2:41pm
Subject:bk commit into 6.0-falcon tree (hakank:1.2650)
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-04-25 14:41:31+02:00, hakank@stripped +2 -0
  Forgot to cleanup created table.

  mysql-test/r/falcon_bug_27993.result@stripped, 2007-04-25 14:41:28+02:00,
hakank@stripped +1 -1
    Forgot to cleanup created table.

  mysql-test/t/falcon_bug_27993.test@stripped, 2007-04-25 14:41:28+02:00,
hakank@stripped +1 -1
    Forgot to cleanup created table.

# 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.1/mysql-test/r/falcon_bug_27993.result	2007-04-21 16:43:02 +02:00
+++ 1.2/mysql-test/r/falcon_bug_27993.result	2007-04-25 14:41:28 +02:00
@@ -19,4 +19,4 @@
 count(*)
 0
 COMMIT;
-USE test;
+DROP TABLE t1;

--- 1.2/mysql-test/t/falcon_bug_27993.test	2007-04-22 18:10:15 +02:00
+++ 1.3/mysql-test/t/falcon_bug_27993.test	2007-04-25 14:41:28 +02:00
@@ -50,4 +50,4 @@
 # --- Final cleanup                                 --- #
 # ----------------------------------------------------- #
 disconnect conn1;
-USE test;
+DROP TABLE t1;
Thread
bk commit into 6.0-falcon tree (hakank:1.2650)Hakan Kuecuekyilmaz25 Apr