List:Commits« Previous MessageNext Message »
From:Chad MILLER Date:April 1 2008 4:26pm
Subject:bk commit into 5.0 tree (cmiller:1.2502)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of cmiller. When cmiller 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, 2008-04-01 12:26:12-04:00, cmiller@stripped +1 -0
  Test updated.

  mysql-test/r/type_blob.result@stripped, 2008-04-01 12:26:10-04:00, cmiller@stripped +1 -0
    Test updated.

diff -Nrup a/mysql-test/r/type_blob.result b/mysql-test/r/type_blob.result
--- a/mysql-test/r/type_blob.result	2007-08-31 15:24:41 -04:00
+++ b/mysql-test/r/type_blob.result	2008-04-01 12:26:10 -04:00
@@ -807,6 +807,7 @@ set @@sql_mode='TRADITIONAL';
 create table t1 (a text default '');
 ERROR 42000: BLOB/TEXT column 'a' can't have a default value
 set @@sql_mode='';
+drop table if exists b15776;
 create table b15776 (data blob(2147483647));
 drop table b15776;
 create table b15776 (data blob(-1));
Thread
bk commit into 5.0 tree (cmiller:1.2502)Chad MILLER1 Apr