Commit 9b20b6c9 authored by unknown's avatar unknown

Fixes bug #14137. Converts charsets_dir path to underlying

system representation.


sql/mysqld.cc:
  Added code to convert charsets_dir path to system representation.
parent 19758ce6
...@@ -7155,6 +7155,7 @@ static void fix_paths(void) ...@@ -7155,6 +7155,7 @@ static void fix_paths(void)
CHARSET_DIR, NullS); CHARSET_DIR, NullS);
} }
(void) my_load_path(mysql_charsets_dir, mysql_charsets_dir, buff); (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; charsets_dir=mysql_charsets_dir;
if (init_tmpdir(&mysql_tmpdir_list, opt_mysql_tmpdir)) if (init_tmpdir(&mysql_tmpdir_list, opt_mysql_tmpdir))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment