Bug #33931 | assertion at write_ignored_events_info_to_relay_log if init_slave_thread() fails | ||
---|---|---|---|
Submitted: | 18 Jan 2008 19:09 | Modified: | 29 Mar 2008 17:55 |
Reporter: | Andrei Elkin | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S3 (Non-critical) |
Version: | 5.0 | OS: | Any |
Assigned to: | Andrei Elkin | CPU Architecture: | Any |
[18 Jan 2008 19:09]
Andrei Elkin
[4 Feb 2008 21:58]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/41682 ChangeSet@1.2576, 2008-02-04 23:57:56+02:00, aelkin@koti.dsl.inet.fi +3 -0 Bug #33931 assertion at write_ignored_events_info_to_relay_log if init_slave_thread() fails 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. Todo: at merging the test is better to be moved into suite/bugs for 5.x (when x>0).
[13 Feb 2008 12:10]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/42210 ChangeSet@1.2576, 2008-02-13 14:09:41+02:00, aelkin@mysql1000.dsl.inet.fi +4 -0 Bug #33931 assertion at write_ignored_events_info_to_relay_log if init_slave_thread() fails 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).
[14 Feb 2008 22:05]
Andrei Elkin
Pushed to 5.0-rpl
[25 Mar 2008 11:22]
Bugs System
Pushed into 5.0.60
[25 Mar 2008 11:23]
Bugs System
Pushed into 5.1.24-rc
[26 Mar 2008 19:00]
Bugs System
Pushed into 6.0.5-alpha
[27 Mar 2008 8:18]
Andrei Elkin
Asserts fired in a case of having negative results from memory allocation at thd->store_globals(). The assert condition did not expect that due to the failure in thd->store_globals() execution trace will skip some of necessary initializations. And that has been corrected.
[29 Mar 2008 17:55]
Jon Stephens
No end-user changes to be documented. Closed without further action.
[1 May 2008 5:26]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/46255 ChangeSet@1.2637, 2008-05-01 07:25:21+02:00, tnurnberg@noir.wlan.koehntopp.de +2 -0 post-merge fixes for 6.0-bugteam / 6.0-main correct test results for Bug#33931
[1 May 2008 6:19]
Bugs System
Pushed into 6.0.6-alpha