diff options
author | unknown <bar@mysql.com> | 2005-06-06 21:22:23 +0500 |
---|---|---|
committer | unknown <bar@mysql.com> | 2005-06-06 21:22:23 +0500 |
commit | 936b9319b8219daffab3bc6650a02801bf53c8bd (patch) | |
tree | 09f463d7610585f6452120c8fe3fa5ffa9e799c0 /strings | |
parent | bfac85343fde7ad4ffbc0bd54d9f36053d574f69 (diff) | |
download | mariadb-git-936b9319b8219daffab3bc6650a02801bf53c8bd.tar.gz |
ctype_cp1250_ch.result, ctype_cp1250_ch.test:
Adding test.
ctype-win1250ch.c:
Bug #9759 Empty result with 'LIKE' and cp1250_czech_cs
Wrong min_sort_char fix.
strings/ctype-win1250ch.c:
Bug #9759 Empty result with 'LIKE' and cp1250_czech_cs
Wrong min_sort_char fix.
mysql-test/t/ctype_cp1250_ch.test:
Adding test.
mysql-test/r/ctype_cp1250_ch.result:
Adding test.
Diffstat (limited to 'strings')
-rw-r--r-- | strings/ctype-win1250ch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/ctype-win1250ch.c b/strings/ctype-win1250ch.c index d843971b93f..2a899dfd147 100644 --- a/strings/ctype-win1250ch.c +++ b/strings/ctype-win1250ch.c @@ -550,7 +550,7 @@ static uchar NEAR like_range_prefix_max_win1250ch[] = { 240, 242, 242, 245, 245, 245, 245, 247, 248, 251, 251, 251, 251, 253, 254, 255, }; -#define min_sort_char '\x00' +#define min_sort_char '\x20' #define max_sort_char '\xff' /* |