summaryrefslogtreecommitdiff
path: root/isam
diff options
context:
space:
mode:
authorunknown <root@home.(none)>2003-03-16 10:56:14 +0400
committerunknown <root@home.(none)>2003-03-16 10:56:14 +0400
commit1b334d9d8199bc18fb7c58fd50a8f9f599f66229 (patch)
tree460a8abc4de11ac2745df4507cc3edbbda326194 /isam
parentcad14ab646e02a44c5324b1dd5baecbba301a22f (diff)
downloadmariadb-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.c2
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;