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

Investigate MariaDB error 70100

opened this issue · comments

If the connection gets killed through KILL, MariaDB emits an error that may be received outside of a command.

e.g.

(70100): Query execution was interrupted

Testing this KILL feature with this driver, no error was emitted inside the application. We need to investigate this and make sure we drop the connection (the connection might be closed before we receive the error?).

Ref: https://mariadb.com/kb/en/library/data-manipulation-kill-connection-query/