List:Commits« Previous MessageNext Message »
From:dlenev Date:March 25 2006 10:07am
Subject:bk commit into 5.1 tree (dlenev:1.2227)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of dlenev. When dlenev 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.2227 06/03/25 12:07:45 dlenev@stripped +1 -0
  Updated test case. SHOW CREATE TABLE uses uppercase DEFAULT clause in 5.1.

  mysql-test/r/trigger.result
    1.36 06/03/25 12:07:40 dlenev@stripped +1 -1
    Updated test case. SHOW CREATE TABLE uses uppercase DEFAULT clause in 5.1.

# 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:	dlenev
# Host:	jabberwock.site
# Root:	/home/dlenev/mysql-5.1-merges

--- 1.35/mysql-test/r/trigger.result	2006-03-24 19:28:10 +03:00
+++ 1.36/mysql-test/r/trigger.result	2006-03-25 12:07:40 +03:00
@@ -887,7 +887,7 @@
 show create table t1;
 Table	Create Table
 t1	CREATE TABLE `t1` (
-  `id` int(11) default NULL
+  `id` int(11) DEFAULT NULL
 ) ENGINE=MyISAM DEFAULT CHARSET=latin1
 drop trigger test.t1_bi;
 ERROR HY000: Trigger does not exist
Thread
bk commit into 5.1 tree (dlenev:1.2227)dlenev25 Mar