Skip to content
Snippets Groups Projects
Commit d66020b8 authored by Pavel Kácha's avatar Pavel Kácha
Browse files

Bugfix - when using transactions (InnoDB), ALL insert sets must get correctly committed

or rolled back. insertLastReceivedId was not committed, and as we reuse the cursor, reader
client kept getting stale data until next event insert on the same connection, possibly
from completely different client at completely unrelated time (which unintentionally
closed even the previous transaction), or until server restart. Whew, tricky beast to hunt.
parent f2b878fa
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment