Skip to content
Snippets Groups Projects
Commit 04e052d9 authored by godzie44's avatar godzie44 Committed by Dmitry Ivanov
Browse files

fix: Do not abort incoming transaction if MVCC mode is not enabled.

Currently, DDL transaction may abort other in-progress
transactions (this behavior added in #8f4be322 - avoid sharing
(ergo phantom reads) metadata object for different
transactions in MVCC mode).
This behavior makes no sense if the MVCC is
disabled (cause these conflicts never happen).

Closes #47

NO_CHANGELOG=internal
NO_DOC=internal
NO_TEST=internal
parent af217d05
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