List:Commits« Previous MessageNext Message »
From:holyfoot Date:October 13 2006 4:36pm
Subject:bk commit into 5.1 tree (holyfoot:1.2312)
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-10-13 19:36:19+05:00, holyfoot@stripped +1 -0
  merging

  mysql-test/r/type_enum.result@stripped, 2006-10-13 19:36:16+05:00, holyfoot@stripped +2 -2
    test 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/mysql-5.1.mrg

--- 1.29/mysql-test/r/type_enum.result	2006-10-13 19:36:28 +05:00
+++ 1.30/mysql-test/r/type_enum.result	2006-10-13 19:36:28 +05:00
@@ -1750,7 +1750,7 @@ alter table t1 add f2 enum(0xFFFF);
 show create table t1;
 Table	Create Table
 t1	CREATE TABLE `t1` (
-  `f1` int(11) default NULL,
-  `f2` enum('ÿÿ') default NULL
+  `f1` int(11) DEFAULT NULL,
+  `f2` enum('ÿÿ') DEFAULT NULL
 ) ENGINE=MyISAM DEFAULT CHARSET=latin1
 drop table t1;
Thread
bk commit into 5.1 tree (holyfoot:1.2312)holyfoot13 Oct