diff options
author | unknown <bar@mysql.com> | 2004-09-09 12:23:10 +0500 |
---|---|---|
committer | unknown <bar@mysql.com> | 2004-09-09 12:23:10 +0500 |
commit | 3c1f414812cf11751638f0a6a16f0e58112df2d5 (patch) | |
tree | 02df8145bebd50875cbc72e1f80efa2f4f074f4f /strings | |
parent | 312bec5e5feaeefaf73c41d380188cba7ea20147 (diff) | |
download | mariadb-git-3c1f414812cf11751638f0a6a16f0e58112df2d5.tar.gz |
Bug #5447 Select does not find records
Note, there is no need to propagate this change into 4.1.
mysql-test/r/ctype_latin1_de.result:
Bug #5447 Select does not find records
mysql-test/t/ctype_latin1_de.test:
Bug #5447 Select does not find records
strings/ctype-latin1_de.c:
Bug #5447 Select does not find records
Diffstat (limited to 'strings')
-rw-r--r-- | strings/ctype-latin1_de.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/ctype-latin1_de.c b/strings/ctype-latin1_de.c index 5b7a68fb967..bc4327e921d 100644 --- a/strings/ctype-latin1_de.c +++ b/strings/ctype-latin1_de.c @@ -248,7 +248,7 @@ int my_strxfrm_latin1_de(uchar * dest, const uchar * src, int len) */ #define min_sort_char ((char) 0) -#define max_sort_char ((char) 255) +#define max_sort_char ((char) 0xF7) #define wild_one '_' #define wild_many '%' |