David E. Wheeler
David E. Wheeler
You'd have to ask mst I think, he was the biggest advocate for it
LOL throwing in the MyISAM put-down for us olds, well done! 😂
I honestly have no idea, since I don't use MySQL. I think someone who knows MySQL well will have to provide some feedback…
I asked Ask. He said: > isn't that just the usual connection timed out thing? > > connection idle times out (or for any other reason), client tries to use...
No more complaints. Issue resolved?
Likely a MySQL (or DBD::mysql) expert will have to weigh in. I don't use it. :-(
DBIx::Connector::Driver::mysql [turns it off](https://github.com/theory/dbix-connector/blob/master/lib/DBIx/Connector/Driver/mysql.pm#L10).
It thinks it's still connected. This works: use v5.20; use warnings; use utf8; use DBIx::Connector; my $conn = DBIx::Connector->new('dbi:SQLite:', '', '', { RaiseError => 1, AutoCommit => 1, }); my...
Huh. Try putting some `printflush` statements in appropriate places around `_fixup_run()`. It should call `connected` at line 179. Would be good to know why it doesn't.
Not to my knowledge. Can you try the `printflush` debugging?