1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Merge 5.1->5.1-rpl

Fix paths and name of a few files to make it work with new mtr.pl
This commit is contained in:
Magnus Svensson
2008-05-30 11:12:07 +02:00
1343 changed files with 298106 additions and 131741 deletions

View File

@ -1086,7 +1086,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,'*')
*+ *+*+ *