mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
bdb.result:
Minor post-fix for bug#30059. mysql-test/r/bdb.result: Minor post-fix for bug#30059.
This commit is contained in:
parent
3891d43617
commit
6cdd9d5c87
1 changed files with 1 additions and 0 deletions
|
|
@ -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,'*')
|
||||
*+ *+*+ *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue