mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Bug #3087 CONCAT_WS makes the server die in case of illegal mix of collations
This commit is contained in:
@ -195,6 +195,8 @@ select concat(_latin1'a',_latin2'a');
|
||||
select concat(_latin1'a',_latin2'a',_latin5'a');
|
||||
--error 1271
|
||||
select concat(_latin1'a',_latin2'a',_latin5'a',_latin7'a');
|
||||
--error 1267
|
||||
select concat_ws(_latin1'a',_latin2'a');
|
||||
|
||||
#
|
||||
# Test FIELD() and collations
|
||||
|
Reference in New Issue
Block a user