List:Commits« Previous MessageNext Message »
From:msvensson Date:July 29 2006 11:01am
Subject:bk commit into 5.1 tree (msvensson:1.2245)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson 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, 2006-07-29 13:01:07+02:00, msvensson@shellback.(none) +1 -0
  Remove spurios junk in result file caused by previous missing semicolon

  mysql-test/r/csv.result@stripped, 2006-07-29 13:01:03+02:00, msvensson@shellback.(none) +1 -2
    Remove spurios junk in result file caused by previous missing semicolon

# 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:	msvensson
# Host:	shellback.(none)
# Root:	/home/msvensson/mysql/my51-mysqltest-new-commands

--- 1.10/mysql-test/r/csv.result	2006-07-29 13:01:21 +02:00
+++ 1.11/mysql-test/r/csv.result	2006-07-29 13:01:21 +02:00
@@ -4913,8 +4913,7 @@
 Colombo
 nondecreasing
 DROP TABLE t1;
-ALTER TABLE t2 RENAME t1
-#;
+ALTER TABLE t2 RENAME t1;
 DROP TABLE t1;
 CREATE TABLE t1 (
 Period smallint(4) unsigned zerofill DEFAULT '0000' NOT NULL,
Thread
bk commit into 5.1 tree (msvensson:1.2245)msvensson31 Jul