mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
mix2_myisam.result:
Post-push test case update (bug #30059). mysql-test/r/mix2_myisam.result: Post-push test case update (bug #30059).
This commit is contained in:
parent
e918671c5f
commit
295d15f446
1 changed files with 0 additions and 1 deletions
|
@ -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,'*')
|
||||
*+ *+*+ *
|
||||
|
|
Loading…
Reference in a new issue