mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
Bug#8840 Empty string comparison and character set 'cp1250'
Secondary weight out of bounds was picked up in mistake when the string is empty, instead of returning 0.
This commit is contained in:
parent
763ce399f7
commit
d6c9c19412
5 changed files with 28 additions and 1 deletions
4
mysql-test/include/have_cp1250_ch.inc
Normal file
4
mysql-test/include/have_cp1250_ch.inc
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
-- require r/have_cp1250_ch.require
|
||||
disable_query_log;
|
||||
show collation like "cp1250_czech_cs";
|
||||
enable_query_log;
|
||||
Loading…
Add table
Add a link
Reference in a new issue