summaryrefslogtreecommitdiff
path: root/strings/ctype-win1250ch.c
diff options
context:
space:
mode:
authorunknown <bar@bar.mysql.r18.ru>2003-05-28 16:48:48 +0500
committerunknown <bar@bar.mysql.r18.ru>2003-05-28 16:48:48 +0500
commit9166602342853af34ee7f38ae638692e4fcdd46e (patch)
tree41b2389539464ea3e29205a7a0b767cbd05be606 /strings/ctype-win1250ch.c
parenteb4f5e2d6c693faecf152478cbe7e3883985548a (diff)
downloadmariadb-git-9166602342853af34ee7f38ae638692e4fcdd46e.tar.gz
ctype-win1250ch.c:
bug #521 fix: ('3'='4') was true in cp1250_czech_ci strings/ctype-win1250ch.c: bug #521 fix: ('3'='4') was true in cp1250_czech_ci
Diffstat (limited to 'strings/ctype-win1250ch.c')
-rw-r--r--strings/ctype-win1250ch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/ctype-win1250ch.c b/strings/ctype-win1250ch.c
index 91271b16373..12a8edc4a8f 100644
--- a/strings/ctype-win1250ch.c
+++ b/strings/ctype-win1250ch.c
@@ -290,7 +290,7 @@ static uchar NEAR _sort_order_win1250ch1[] = {
0x82, 0x83, 0x84, 0x85, 0x86, 0x87, 0x88, 0x89,
0x8a, 0x8b, 0x8c, 0x8d, 0x8e, 0x8f, 0x90, 0x91,
/* 0 ord 48 0x30 */
-0x92, 0x93, 0x94, 0x95, 0x95, 0x97, 0x98, 0x99,
+0x92, 0x93, 0x94, 0x95, 0x96, 0x97, 0x98, 0x99,
0x9a, 0x9b,
/* colon ord 58 0x3a */
0x9c, 0x9d, 0x9e, 0x9f, 0xa0, 0xa1,