Commit 76f01654 authored by gshchepa/uchum@host.loc's avatar gshchepa/uchum@host.loc
Browse files

mix2_myisam.result:

  Post-push test case update (bug #30059).
parent 2c3b9c2e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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,'*')
*+ *+*+ *