[MDEV-4484] Assertion `m_status == DA_ERROR || m_status == DA_OK' fails on slave after truncating rpl_slave_state table Created: 2013-05-05 Updated: 2013-05-29 Resolved: 2013-05-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.2 |
| Fix Version/s: | 10.0.3 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Kristian Nielsen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Test case:
bzr version-info
|
| Comments |
| Comment by Elena Stepanova [ 2013-05-27 ] |
|
Still reproducible with the new implementation (on 10.0-base revno 3635), the test case needs to be adjusted due to the new table name. |
| Comment by Elena Stepanova [ 2013-05-28 ] |
|
Same assertion, different test case (just a lock instead of truncate): --source include/master-slave.inc --connection slave --connection master --sync_slave_with_master --connection slave1 --connection master --sync_slave_with_master |
| Comment by Kristian Nielsen [ 2013-05-29 ] |
|
Pushed to 10.0-base. |