List:Commits« Previous MessageNext Message »
From:msvensson Date:June 14 2006 8:23am
Subject:bk commit into 5.1 tree (msvensson:1.2191)
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
  1.2191 06/06/14 10:23:08 msvensson@neptunus.(none) +1 -0
  Update test result to 5.1 format

  mysql-test/r/create_not_windows.result
    1.2 06/06/14 10:23:03 msvensson@neptunus.(none) +3 -3
    Update test result to use uppercase for keywords

# 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:	neptunus.(none)
# Root:	/home/msvensson/mysql/mysql-5.1

--- 1.1/mysql-test/r/create_not_windows.result	2006-06-04 20:27:37 +02:00
+++ 1.2/mysql-test/r/create_not_windows.result	2006-06-14 10:23:03 +02:00
@@ -7,8 +7,8 @@ primary key (_id)
 show create table `about:text`;
 Table	Create Table
 about:text	CREATE TABLE `about:text` (
-  `_id` int(11) NOT NULL auto_increment,
-  `about:text` varchar(255) NOT NULL default '',
-  PRIMARY KEY  (`_id`)
+  `_id` int(11) NOT NULL AUTO_INCREMENT,
+  `about:text` varchar(255) NOT NULL DEFAULT '',
+  PRIMARY KEY (`_id`)
 ) ENGINE=MyISAM DEFAULT CHARSET=latin1
 drop table `about:text`;
Thread
bk commit into 5.1 tree (msvensson:1.2191)msvensson14 Jun