MDEV-6321: close_temporary_tables() in format description event not serialised correctly
After-review fixes. Mainly catching if the wait in wait_for_workers_idle() is aborted due to kill. In this case, we should return an error and not proceed to execute the format description event, as other threads might still be running for a bit until the error is caught in all threads.
Showing
Please register or sign in to comment