fix: don't abort all transactions on DDL TX
Summary
- fix: don't abort all transactions on DDL TX preparation step mvcc disabled
Currently, DDL transaction may abort other in-progress transactions. This behavior makes no sense if the MVCC is disabled (cause these conflicts never happen).
Closes #47 (closed)
NO_CHANGELOG=internal NO_DOC=internal NO_TEST=internal
Edited by Konstantin D