Andrew Mashenkov created IGNITE-11229: -----------------------------------------
Summary: MVCC: Implements chained transactions. Key: IGNITE-11229 URL: https://issues.apache.org/jira/browse/IGNITE-11229 Project: Ignite Issue Type: New Feature Components: mvcc Reporter: Andrew Mashenkov Chained transactions means one executed after another. To so that we have to add support of combined "COMMIT/BEGIN" command that will commits previous transaction and starts a new one. This command should guarantee no other transaction allowed in between. -- This message was sent by Atlassian JIRA (v7.6.3#76005)