Files
tidb/session
xiaodong-ji 596c0eb107 session: fix the problem that lost connection in the next sql after out of memory quota (#18567)
* fix lost connection in the next sql after out of memory quota

* Fix the problem that a statement panic in a transaction but the transaction did not rollback.

* add recover in StmtCommit

* Fix the problem that a statement panic in a transaction but the transaction did not rollback again.

* Fix the problem that a statement panic in a transaction but the transaction did not rollback again.

* fix lost connection

* fix errors

* remove memTracker from StmtCommit

Co-authored-by: Zejun Li <lizejun@pingcap.com>
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
2020-07-22 18:49:04 +08:00
..