List:Commits« Previous MessageNext Message »
From:mhansson Date:October 22 2007 3:42pm
Subject:bk commit into 5.1 tree (mhansson:1.2573) BUG#30889
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of martin. When martin 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-10-22 17:42:50+02:00, mhansson@stripped +1 -0
  Bug#30889: Post-merge fix.

  mysql-test/r/type_decimal.result@stripped, 2007-10-22 17:42:45+02:00, mhansson@stripped +2 -2
    Bug#30889: changed test case: 'default' is in capitals in 
    'show create table' in MySQL > 5.0

diff -Nrup a/mysql-test/r/type_decimal.result b/mysql-test/r/type_decimal.result
--- a/mysql-test/r/type_decimal.result	2007-10-19 10:25:32 +02:00
+++ b/mysql-test/r/type_decimal.result	2007-10-22 17:42:45 +02:00
@@ -858,8 +858,8 @@ Note	1265	Data truncated for column 'a' 
 show create table t1;
 Table	Create Table
 t1	CREATE TABLE `t1` (
-  `a` decimal(10,0) default NULL,
-  `b` int(11) default NULL
+  `a` decimal(10,0) DEFAULT NULL,
+  `b` int(11) DEFAULT NULL
 ) ENGINE=MyISAM DEFAULT CHARSET=latin1
 select round(a,b) as c from t1 order by c;
 c
Thread
bk commit into 5.1 tree (mhansson:1.2573) BUG#30889mhansson22 Oct