mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
22072c5c57
and bug#33932 assertion at handle_slave_sql if init_slave_thread() fails the asserts were caused by bug33931: having thd deleted at time of executing err: code plus a missed initialization; bug33932: initialization of slave_is_running member was missed; fixed with relocating mi members initialization and removing delete thd It is safe to do as deletion happens later explicitly in the caller of init_slave_thread(). Todo: at merging the test is better to be moved into suite/bugs for 5.x (when x>0).
1 line
81 B
Text
1 line
81 B
Text
--loose-debug=d,simulate_io_slave_error_on_init,simulate_sql_slave_error_on_init
|