`set @@autocommit = 0` `select 1` // This statement should not make the session enter a transaction, because it never need Txn(). Make txn lazy initialize
Insert