Files
sysbench/src
Alexey Kopytov 976208719b OLTP tests: re-prepare statements after reconnects (fixes #213).
Fix oltp_common.lua to re-prepare prepared statements after
reconnecting, i.e. if a connection to the server has been lost and one
of the following MySQL errors is in the --mysql-ignore-errors list:

- 2013 (CR_SERVER_LOST)
- 2055 (CR_SERVER_LOST_EXTENDED)
- 2006 (CR_SERVER_GONE_ERROR)
- 2011 (CR_TCP_CONNECTION)
2018-02-17 17:55:43 +03:00
..
2018-02-17 15:49:30 +03:00
2017-12-24 16:22:14 +03:00
2017-12-24 16:22:14 +03:00
2017-01-31 20:51:47 +03:00
2017-11-09 10:16:30 +03:00
2018-01-06 12:32:12 +03:00
2017-03-29 21:02:07 +03:00