List:Commits« Previous MessageNext Message »
From:msvensson Date:May 16 2007 1:48pm
Subject:bk commit into 5.1 tree (msvensson:1.2493)
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-05-16 13:48:20+02:00, msvensson@stripped +1 -0
  Update to 5.1 format

  mysql-test/r/type_datetime.result@stripped, 2007-05-16 13:48:18+02:00,
msvensson@stripped +2 -2
    Update 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.blaudden
# Root:	/home/msvensson/mysql/mysql-5.1-new-maint

--- 1.46/mysql-test/r/type_datetime.result	2007-05-16 12:49:37 +02:00
+++ 1.47/mysql-test/r/type_datetime.result	2007-05-16 13:48:18 +02:00
@@ -199,8 +199,8 @@ Note	1265	Data truncated for column 'da'
 show create table t1;
 Table	Create Table
 t1	CREATE TABLE `t1` (
-  `da` date default '1962-03-03',
-  `dt` datetime default '1962-03-03 00:00:00'
+  `da` date DEFAULT '1962-03-03',
+  `dt` datetime DEFAULT '1962-03-03 00:00:00'
 ) ENGINE=MyISAM DEFAULT CHARSET=latin1
 insert into t1 values ();
 insert into t1 values ('2007-03-23 13:49:38','2007-03-23 13:49:38');
Thread
bk commit into 5.1 tree (msvensson:1.2493)msvensson16 May