Skip to content
Snippets Groups Projects
Commit 92321d4c authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

ddl: don't use txn_last_stmt on _cluster commit/rollback

When we implement transactional DDL, txn_last_stmt won't necessarily
point to the right statement on commit or rollback so we must avoid
using it.

Note, replicas are still registered/unregisterd in the on_commit
trigger, but that's okay, as we don't really need _cluster space to
be in sync with the replica set.
parent 80eaa94d
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