mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
Fix missing call to init_tmp_sh_file
This commit is contained in:
parent
647a940649
commit
48bef14042
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue