tidb-incubator / weir

Apache License 2.0
97 stars 40 forks source link

fix connection was bad #42

Closed teckick closed 3 years ago

teckick commented 3 years ago

What problem does this PR solve?

Close bad conn when execute SQL error without txn.

What is changed and how it works?

If the err is gomysql.ErrBadConn or driver.ErrBadConn, close the conn, else putback the conn.

zy3101176 commented 3 years ago

LGTM