From: Date: February 7 2008 1:55am Subject: bk commit into 5.0 tree (gshchepa:1.2597) BUG#30059 List-Archive: http://lists.mysql.com/commits/41831 X-Bug: 30059 Message-Id: <20080207005500.3799F280003@localhost.localdomain> Below is the list of changes that have just been committed into a local 5.0 repository of gshchepa. When gshchepa 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-02-07 04:54:58+04:00, gshchepa@stripped +1 -0 bdb.result: Minor post-fix for bug#30059. mysql-test/r/bdb.result@stripped, 2008-02-07 04:54:13+04:00, gshchepa@stripped +1 -0 Minor post-fix for bug#30059. diff -Nrup a/mysql-test/r/bdb.result b/mysql-test/r/bdb.result --- a/mysql-test/r/bdb.result 2007-07-26 21:52:42 +05:00 +++ b/mysql-test/r/bdb.result 2008-02-07 04:54:13 +04:00 @@ -1325,6 +1325,7 @@ set @a=repeat(' ',20); insert into t1 values (concat('+',@a),concat('+',@a),concat('+',@a)); Warnings: Note 1265 Data truncated for column 'v' at row 1 +Note 1265 Data truncated for column 'c' at row 1 select concat('*',v,'*',c,'*',t,'*') from t1; concat('*',v,'*',c,'*',t,'*') *+ *+*+ *