List:Commits« Previous MessageNext Message »
From:msvensson Date:April 12 2007 12:29pm
Subject:bk commit into 5.1 tree (msvensson:1.2581)
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-04-12 14:29:10+02:00, msvensson@stripped +1 -0
  Update result file to 5.1 format of SHOW CREATE

  mysql-test/r/openssl_1.result@stripped, 2007-04-12 14:29:08+02:00, msvensson@stripped +3 -3
    Update result file to 5.1 format of SHOW CREATE

# 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-maint

--- 1.21/mysql-test/r/openssl_1.result	2007-04-11 23:43:56 +02:00
+++ 1.22/mysql-test/r/openssl_1.result	2007-04-12 14:29:08 +02:00
@@ -100,7 +100,7 @@ INSERT INTO t1 VALUES (1), (2);
 /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
 DROP TABLE IF EXISTS `t1`;
 CREATE TABLE `t1` (
-  `a` int(11) default NULL
+  `a` int(11) DEFAULT NULL
 );
 
 LOCK TABLES `t1` WRITE;
@@ -131,7 +131,7 @@ UNLOCK TABLES;
 /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
 DROP TABLE IF EXISTS `t1`;
 CREATE TABLE `t1` (
-  `a` int(11) default NULL
+  `a` int(11) DEFAULT NULL
 );
 
 LOCK TABLES `t1` WRITE;
@@ -162,7 +162,7 @@ UNLOCK TABLES;
 /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
 DROP TABLE IF EXISTS `t1`;
 CREATE TABLE `t1` (
-  `a` int(11) default NULL
+  `a` int(11) DEFAULT NULL
 );
 
 LOCK TABLES `t1` WRITE;
Thread
bk commit into 5.1 tree (msvensson:1.2581)msvensson12 Apr