Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.3(EOL)
-
None
Description
In some cases executing NEXTVAL() on a slave can stop replication with
Unknown error, Error_code: 1105; handler error No Error!
This can happen when:
- Executing a NEXTVAL() on the slave (which makes the slave tables out of sync with the master)
- Executing NEXTVAL() in parallel in seperate threads on the master and both threads allocates new values