diff options
author | unknown <bar@mysql.com> | 2004-08-26 12:02:11 +0500 |
---|---|---|
committer | unknown <bar@mysql.com> | 2004-08-26 12:02:11 +0500 |
commit | b6425bc22c73e1869e3e7b71fb1bf2d90a229927 (patch) | |
tree | 18342e96655b1b30dba00eb545d750cb82beadaa /strings | |
parent | 3818b0d3b3b77d118ce569ecac5f57ca92599d79 (diff) | |
download | mariadb-git-b6425bc22c73e1869e3e7b71fb1bf2d90a229927.tar.gz |
ctype-latin1.c:
Revert this change, it was done in a mistake.
strings/ctype-latin1.c:
Revert this change, it was done in a mistake.
Diffstat (limited to 'strings')
-rw-r--r-- | strings/ctype-latin1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/ctype-latin1.c b/strings/ctype-latin1.c index 614717998fb..aea517811ab 100644 --- a/strings/ctype-latin1.c +++ b/strings/ctype-latin1.c @@ -701,7 +701,7 @@ CHARSET_INFO my_charset_latin1_german2_ci= ctype_latin1, to_lower_latin1, to_upper_latin1, - NULL, + sort_order_latin1_de, NULL, /* contractions */ NULL, /* sort_order_big*/ cs_to_uni, /* tab_to_uni */ |