I changed "_mysql_ConnectionObject_Initialize" to accept and use "read_timeout". It seems trivial, and it works Is there some side-effect to such a change that makes it non-trivial?
Are users encoutering problems due to lack of query timeouts? Or is there a query_timeout feature that I'm just plain not finding?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a query timeout mechanism that I'm not finding? There are a couple feature requests for it...
I changed "_mysql_ConnectionObject_Initialize" to accept and use "read_timeout". It seems trivial, and it works Is there some side-effect to such a change that makes it non-trivial?
Are users encoutering problems due to lack of query timeouts? Or is there a query_timeout feature that I'm just plain not finding?
Yes, this change would be very helpful. What exception is raised when a query then times out?