ddl: don't use txn_last_stmt on _trigger commit/rollback
When we implement transactional DDL, txn_last_stmt won't necessarily point to the right statement on commit or rollback so we must avoid using it.
Loading
Please register or sign in to comment