List:Internals« Previous MessageNext Message »
From:ramil Date:July 27 2005 12:57pm
Subject:bk commit into 5.0 tree (ramil:1.1908)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of ram. When ram 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.1908 05/07/27 15:57:00 ramil@stripped +1 -0
  after-merge fix

  mysql-test/r/strict.result
    1.24 05/07/27 15:56:50 ramil@stripped +1 -0
    after-merge fix

# 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:	ramil
# Host:	gw.mysql.r18.ru
# Root:	/usr/home/ram/work/mysql-5.0

--- 1.23/mysql-test/r/strict.result	2005-07-27 15:09:01 +05:00
+++ 1.24/mysql-test/r/strict.result	2005-07-27 15:56:50 +05:00
@@ -1279,6 +1279,7 @@
   PRIMARY KEY  (`a`)
 ) ENGINE=MyISAM DEFAULT CHARSET=latin1
 drop table t1;
+set @@sql_mode='traditional';
 create table t1(a bit(2));
 insert into t1 values(b'101');
 ERROR 22001: Data too long for column 'a' at row 1
Thread
bk commit into 5.0 tree (ramil:1.1908)ramil27 Jul