commitTxn method
Commit. The WAL commit record MUST be written before calling this.
Implementation
void commitTxn(TxnContextV2 ctx) => txnManager.commit(ctx);
Commit. The WAL commit record MUST be written before calling this.
void commitTxn(TxnContextV2 ctx) => txnManager.commit(ctx);