[MDEV-5799] Error messages written upon LOST EVENTS incident are corrupted Created: 2014-03-05 Updated: 2019-11-13 Resolved: 2014-06-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.8 |
| Fix Version/s: | 10.0.13 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Elena Stepanova | Assignee: | Kristian Nielsen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | replication-incident-event | ||
| Issue Links: |
|
||||||||
| Description |
|
MySQL now uses LOST EVENTS incidents when s GRANT/REVOKE statement partially fails: Replication is supposed to abort, and the discrepancy to be treated manually.
MySQL writes a clean message:
To reproduce:
|
| Comments |
| Comment by Kristian Nielsen [ 2014-06-25 ] | ||||||||||||||||||||||||||||||||||||
|
Looks like this may be this bug: http://bugs.mysql.com/bug.php?id=59123 Elena, did you run with checksums enabled when you reproduced this? | ||||||||||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2014-06-25 ] | ||||||||||||||||||||||||||||||||||||
|
I'm running with all defaults on master and slave, which are:
| ||||||||||||||||||||||||||||||||||||
| Comment by Kristian Nielsen [ 2014-06-25 ] | ||||||||||||||||||||||||||||||||||||
|
This is also reproducible on pure MariaDB, when checksums are enabled on the I backported the patch for Bug#59123, and also added a test case. |