Inquisitio interrupta - squashing a MySQL connection-dropping bug
1–5 of 5 posts
Re: Inquisitio interrupta - squashing a MySQL connection-dropping bug
#2Nice work tracking this down and supplying a good patch!
Re: Inquisitio interrupta - squashing a MySQL connection-dropping bug
#3You won two internets for fixing this one. Congrats.
Re: Inquisitio interrupta - squashing a MySQL connection-dropping bug
#4That's an impressive bit of debugging.
Re: Inquisitio interrupta - squashing a MySQL connection-dropping bug
#5The analysis is all nice and dandy, except for being wrong. Interrupted reads are retried, but only up to a certain amount which can be changed. The (perhaps not so good) default is to retry one time.