1
0
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:
unknown
2004-03-19 12:09:14 +04:00
parent 8bbb6d2b42
commit 54735ae3a9
3 changed files with 6 additions and 0 deletions

View File

@ -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