summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
authorunknown <bar@mysql.com>2004-09-09 12:23:10 +0500
committerunknown <bar@mysql.com>2004-09-09 12:23:10 +0500
commit3c1f414812cf11751638f0a6a16f0e58112df2d5 (patch)
tree02df8145bebd50875cbc72e1f80efa2f4f074f4f /strings
parent312bec5e5feaeefaf73c41d380188cba7ea20147 (diff)
downloadmariadb-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.c2
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 '%'