[MDEV-6180] Error 1590 is not autoskippable Created: 2014-04-27 Updated: 2014-06-22 Resolved: 2014-06-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.10 |
| Fix Version/s: | 10.0.13 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Matthias Urlichs | Assignee: | Kristian Nielsen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
standard Linux, using Debian packages from mariadb |
||
| Attachments: |
|
| Description |
|
Because of a full disk, my master logged a large heap of "LOST" incident messages. I tried to auto-skip them, but that did not work.
|
| Comments |
| Comment by Elena Stepanova [ 2014-04-28 ] | |||||||||||||||||||
|
Test case to reproduce it without full disk On MySQL 5.6, it fails if run in the usual way, and passes if run with --mysqld=--slave-skip-errors=1590. On MariaDB 10.0, it fails either way. Put the attached log into mysql-test/std_data.
| |||||||||||||||||||
| Comment by Kristian Nielsen [ 2014-06-18 ] | |||||||||||||||||||
|
Here is a MySQL 5.6 patch that fixes this: revision-id: frazer@mysql.com-20110314170916-ypgin17otj3ucx95 do_apply_event() for the Incident_log_event is enhanced to check whether Testcase rpl_skip_incident is added. | |||||||||||||||||||
| Comment by Kristian Nielsen [ 2014-06-18 ] | |||||||||||||||||||
|
I merged the MySQL 5.6 fix for Bug#11799671 into MariaDB 10.0.13 |