diff options
author | bar@bar.mysql.r18.ru <> | 2003-05-22 17:20:19 +0500 |
---|---|---|
committer | bar@bar.mysql.r18.ru <> | 2003-05-22 17:20:19 +0500 |
commit | 2b1e1f6494f899d7837f135732697f77d83062da (patch) | |
tree | ac62554cd04a830c61855b4a103c6e6b99f65b66 /strings/ctype-latin1.c | |
parent | 79326cf9011d04440ea6db3b0da882a2aa5710e1 (diff) | |
download | mariadb-git-2b1e1f6494f899d7837f135732697f77d83062da.tar.gz |
Variables were rename, binary collation names were added
Fixed that SHOW CHARACTER SET displayed non-dynamic charsets even if they were not really compiled
Diffstat (limited to 'strings/ctype-latin1.c')
-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 5781013a5e9..4340d0973aa 100644 --- a/strings/ctype-latin1.c +++ b/strings/ctype-latin1.c @@ -428,7 +428,7 @@ static int my_strnxfrm_latin1_de(CHARSET_INFO *cs __attribute__((unused)), return dest - dest_orig; } -CHARSET_INFO my_charset_latin1_de = +CHARSET_INFO my_charset_latin1_german2_ci = { 31,0,0, /* number */ MY_CS_COMPILED|MY_CS_STRNXFRM, /* state */ |