diff options
author | unknown <bar@bar.mysql.r18.ru> | 2002-10-10 16:52:22 +0500 |
---|---|---|
committer | unknown <bar@bar.mysql.r18.ru> | 2002-10-10 16:52:22 +0500 |
commit | 72174d5b8207363aaf22dbc7b0b85d9bfa9505ab (patch) | |
tree | e790007e93397bb7bde6736323e58af58b68ba77 /strings/ctype-win1250ch.c | |
parent | b9bb3534f1ca2af09f636253650b68b0f2840f65 (diff) | |
download | mariadb-git-72174d5b8207363aaf22dbc7b0b85d9bfa9505ab.tar.gz |
Move hash_sort and hash_caseup into CHARSET_INFO for all charsets
Diffstat (limited to 'strings/ctype-win1250ch.c')
-rw-r--r-- | strings/ctype-win1250ch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/strings/ctype-win1250ch.c b/strings/ctype-win1250ch.c index e738d7727bc..f64eddd2c2b 100644 --- a/strings/ctype-win1250ch.c +++ b/strings/ctype-win1250ch.c @@ -649,8 +649,8 @@ CHARSET_INFO my_charset_win1250ch = NULL, /* tosort */ my_strcasecmp_8bit, my_strncasecmp_8bit, - NULL, /* hash_caseup */ - NULL, /* hash_sort */ + my_hash_caseup_simple, + my_hash_sort_simple, 0 }; |