PlasmaPHP / driver-mysql

The plasma driver for MySQL / MariaDB.

Home Page:https://plasmaphp.github.io/driver-mysql/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use SET TRANSACTION for beginTransaction

opened this issue · comments

Currently we set the isolation at the start for the session. We should change it to be transaction specific using SET TRANSACTION after starting the transaction instead.

Ref: https://dev.mysql.com/doc/refman/8.0/en/set-transaction.html