mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Fixes bug #14137. Converts charsets_dir path to underlying
system representation.
This commit is contained in:
parent
bb15425235
commit
ba919bd168
1 changed files with 1 additions and 0 deletions
|
@ -7155,6 +7155,7 @@ static void fix_paths(void)
|
|||
CHARSET_DIR, NullS);
|
||||
}
|
||||
(void) my_load_path(mysql_charsets_dir, mysql_charsets_dir, buff);
|
||||
convert_dirname(mysql_charsets_dir,mysql_charsets_dir,NullS);
|
||||
charsets_dir=mysql_charsets_dir;
|
||||
|
||||
if (init_tmpdir(&mysql_tmpdir_list, opt_mysql_tmpdir))
|
||||
|
|
Loading…
Add table
Reference in a new issue