mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@@ -1589,7 +1589,7 @@ static my_bool kill_all_threads_once_again(THD *thd, void *)
|
||||
*/
|
||||
THD *save_thd= current_thd;
|
||||
set_current_thd(thd);
|
||||
close_connection(thd, ER_SERVER_SHUTDOWN);
|
||||
close_connection(thd);
|
||||
set_current_thd(save_thd);
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user