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 | 1b334d9d8199bc18fb7c58fd50a8f9f599f66229 (patch) | |
tree | 460a8abc4de11ac2745df4507cc3edbbda326194 /isam | |
parent | cad14ab646e02a44c5324b1dd5baecbba301a22f (diff) | |
download | mariadb-git-1b334d9d8199bc18fb7c58fd50a8f9f599f66229.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; |