List:Commits« Previous MessageNext Message »
From:holyfoot Date:November 9 2006 8:41am
Subject:bk commit into 5.1 tree (holyfoot:1.2328)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of hf. When hf 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-11-09 12:41:15+04:00, holyfoot@stripped +1 -0
  merging

  mysql-test/r/subselect.result@stripped, 2006-11-09 12:41:11+04:00, holyfoot@stripped +2 -2
    result fixed

# 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:	holyfoot
# Host:	deer.(none)
# Root:	/home/hf/work/mysql-5.1.clean

--- 1.156/mysql-test/r/subselect.result	2006-11-09 12:41:22 +04:00
+++ 1.157/mysql-test/r/subselect.result	2006-11-09 12:41:22 +04:00
@@ -3025,13 +3025,13 @@ FROM t1 WHERE a > '2000-01-01';
 SHOW CREATE TABLE t2;
 Table	Create Table
 t2	CREATE TABLE `t2` (
-  `sub_a` datetime default NULL
+  `sub_a` datetime DEFAULT NULL
 ) ENGINE=MyISAM DEFAULT CHARSET=latin1
 CREATE TABLE t3 AS (SELECT a FROM t1 WHERE a < '2000-01-01') UNION (SELECT a FROM t1 WHERE a > '2000-01-01');
 SHOW CREATE TABLE t3;
 Table	Create Table
 t3	CREATE TABLE `t3` (
-  `a` datetime default NULL
+  `a` datetime DEFAULT NULL
 ) ENGINE=MyISAM DEFAULT CHARSET=latin1
 DROP TABLE t1,t2,t3;
 create table t1 (df decimal(5,1));
Thread
bk commit into 5.1 tree (holyfoot:1.2328)holyfoot9 Nov