1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03: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:
unknown
2005-03-03 14:15:37 +04:00
parent 763ce399f7
commit d6c9c19412
5 changed files with 28 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
-- require r/have_cp1250_ch.require
disable_query_log;
show collation like "cp1250_czech_cs";
enable_query_log;