diff options
author | unknown <root@home.(none)> | 2003-03-16 10:56:14 +0400 |
---|---|---|
committer | unknown <root@home.(none)> | 2003-03-16 10:56:14 +0400 |
commit | 6b11fa3a247e9dd961f0a570a208cedeb750c1a7 (patch) | |
tree | 460a8abc4de11ac2745df4507cc3edbbda326194 /isam | |
parent | a4d8174473161708be20bfa1c18bee988bd51ed8 (diff) | |
download | mariadb-git-6b11fa3a247e9dd961f0a570a208cedeb750c1a7.tar.gz |
set_default_charset() is not used anymore
Some system_charset_info were removed
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'isam')
-rw-r--r-- | isam/isamchk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isam/isamchk.c b/isam/isamchk.c index 35b4e881962..dc772290e13 100644 --- a/isam/isamchk.c +++ b/isam/isamchk.c @@ -681,7 +681,7 @@ static void get_options(register int *argc, register char ***argv) } if (default_charset) { - if (set_default_charset_by_name(default_charset, MYF(MY_WME))) + if (!(default_charset_info= get_charset_by_name(default_charset, MYF(MY_WME)))) exit(1); } return; |