diff options
author | bar@mysql.com <> | 2005-03-03 14:15:37 +0400 |
---|---|---|
committer | bar@mysql.com <> | 2005-03-03 14:15:37 +0400 |
commit | aaf4b11f11cd994560ab463868805690cdece886 (patch) | |
tree | aedc603b20deeb9ec92742ec5b1624aacbccd66f /mysql-test/include/have_cp1250_ch.inc | |
parent | 0683340ec9a3d9806e5510ef84e3501a36ae11cb (diff) | |
download | mariadb-git-aaf4b11f11cd994560ab463868805690cdece886.tar.gz |
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.
Diffstat (limited to 'mysql-test/include/have_cp1250_ch.inc')
-rw-r--r-- | mysql-test/include/have_cp1250_ch.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/include/have_cp1250_ch.inc b/mysql-test/include/have_cp1250_ch.inc new file mode 100644 index 00000000000..eec5d69fbd6 --- /dev/null +++ b/mysql-test/include/have_cp1250_ch.inc @@ -0,0 +1,4 @@ +-- require r/have_cp1250_ch.require +disable_query_log; +show collation like "cp1250_czech_cs"; +enable_query_log; |