Commit or rollback changes done during a transaction.
Commit or rollback changes done during a transaction.Transactions can be nested, if so the commit only happens when the outermost transaction calls a commit.
The commit only happens to process space buffer cache, call pblKfFlush() after pblKfCommit() if you want to flush to kernel space buffer cache.