mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
set_default_charset() is not used anymore
Some system_charset_info were removed
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user