1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +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:
bar@mysql.com
2005-03-03 14:15:37 +04:00
parent 0683340ec9
commit aaf4b11f11
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;