diff options
author | bar@mysql.com <> | 2006-03-20 16:28:25 +0400 |
---|---|---|
committer | bar@mysql.com <> | 2006-03-20 16:28:25 +0400 |
commit | da8a68b4caf47574fb2bf0281f8eb6aec0ae137b (patch) | |
tree | 8484a9d1a61ca965cfb3312a5f5e4ba4427c9eef /mysql-test/include | |
parent | 56fca811bb9caae713a3477dfbe3ae5fe0991431 (diff) | |
download | mariadb-git-da8a68b4caf47574fb2bf0281f8eb6aec0ae137b.tar.gz |
Bug#17374: select ... like 'A%' operator fails to find value on columuns with key
Fixed that LIKE worked case insensitively for latin2_czech_cs,
which was wrong for a case sensitive collation.
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/have_latin2_ch.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/include/have_latin2_ch.inc b/mysql-test/include/have_latin2_ch.inc new file mode 100644 index 00000000000..9d3ee6b341c --- /dev/null +++ b/mysql-test/include/have_latin2_ch.inc @@ -0,0 +1,4 @@ +-- require r/have_latin2_ch.require +disable_query_log; +show collation like "latin2_czech_cs"; +enable_query_log; |