Ticket #3645: mysql_ping.patch
| File mysql_ping.patch, 390 bytes (added by Scott MacVicar <scott@…>, 5 years ago) |
|---|
-
pool.py
55 55 critical times because of a timeout on the Connection. 56 56 """ 57 57 try: 58 if hasattr(cnx, 'ping'): 59 cnx.ping() 58 60 cnx.rollback() # resets the connection 59 61 return True 60 62 except Exception:
