1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

set_default_charset() is not used anymore

Some system_charset_info were removed


BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
This commit is contained in:
unknown
2003-03-16 10:56:14 +04:00
parent a4d8174473
commit 6b11fa3a24
14 changed files with 23 additions and 57 deletions

View File

@ -309,7 +309,7 @@ static int get_options(int *argc, char ***argv)
}
if (default_charset)
{
if (set_default_charset_by_name(default_charset, MYF(MY_WME)))
if (!(system_charset_info= get_charset_by_name(default_charset, MYF(MY_WME))))
exit(1);
}
if (*argc > 0 && opt_alldbs)