From: Date: May 13 2008 4:14pm Subject: bk commit into 5.1 tree (gshchepa:1.2630) BUG#30059 List-Archive: http://lists.mysql.com/commits/46656 X-Bug: 30059 Message-Id: <20080513141525.3150140C41A@localhost.localdomain> Below is the list of changes that have just been committed into a local 5.1 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-05-13 19:14:49+05:00, gshchepa@stripped +1 -0 mix2_myisam.result: Post-push test case update (bug #30059). mysql-test/r/mix2_myisam.result@stripped, 2008-05-13 19:13:44+05:00, gshchepa@stripped +0 -1 Post-push test case update (bug #30059). diff -Nrup a/mysql-test/r/mix2_myisam.result b/mysql-test/r/mix2_myisam.result --- a/mysql-test/r/mix2_myisam.result 2008-02-13 22:57:48 +04:00 +++ b/mysql-test/r/mix2_myisam.result 2008-05-13 19:13:44 +05:00 @@ -1415,7 +1415,6 @@ 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,'*') *+ *+*+ *