List:Commits« Previous MessageNext Message »
From:msvensson Date:January 19 2007 11:18am
Subject:bk commit into 5.1 tree (msvensson:1.2379)
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, 2007-01-19 12:18:18+01:00, msvensson@stripped +1 -0
  Update result file to 5.1 format

  mysql-test/r/symlink.result@stripped, 2007-01-19 12:18:17+01:00, msvensson@stripped +2 -2
    Update result file to 5.1 format

# 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:	pilot.mysql.com
# Root:	/home/msvensson/mysql/mysql-5.1-engines

--- 1.29/mysql-test/r/symlink.result	2007-01-19 12:04:53 +01:00
+++ 1.30/mysql-test/r/symlink.result	2007-01-19 12:18:17 +01:00
@@ -114,12 +114,12 @@
 show create table t1;
 Table	Create Table
 t1	CREATE TEMPORARY TABLE `t1` (
-  `a` int(11) default NULL
+  `a` int(11) DEFAULT NULL
 ) ENGINE=MyISAM DEFAULT CHARSET=latin1 DATA DIRECTORY='MYSQLTEST_VARDIR/log/'
 show create table t1;
 Table	Create Table
 t1	CREATE TEMPORARY TABLE `t1` (
-  `a` int(11) default NULL
+  `a` int(11) DEFAULT NULL
 ) ENGINE=MyISAM DEFAULT CHARSET=latin1 DATA DIRECTORY='MYSQLTEST_VARDIR/log/'
 create table t1 (a int) engine=myisam select 42 a;
 select * from t1;
Thread
bk commit into 5.1 tree (msvensson:1.2379)msvensson19 Jan