Commit f4c81a21 authored by unknown's avatar unknown

Fix missing call to init_tmp_sh_file


client/mysqltest.c:
  Add call to init_tmp_sh_file
parent 07d36fb9
......@@ -4563,6 +4563,7 @@ int main(int argc, char **argv)
init_var_hash(&cur_con->mysql);
#ifdef __WIN__
init_tmp_sh_file();
init_win_path_patterns();
#endif
......
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