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