Opened 17 years ago
Closed 17 years ago
#6821 closed defect (fixed)
Better patch to fix #5783
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | 0.10.5 |
Component: | general | Version: | 0.10.4 |
Severity: | normal | Keywords: | mysql |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Hi,
Earlier we contributed a patch to solve #5783, which was accepted and merged into trunk. With more experience, we have found the attached patch to be better. The first patch solved the original bug most of the time, but it did sporadically show up again. This new patch is more thorough; we've used it for about four months, and so far (knock on wood) the error has not reoccurred.
This try-catch approach was considered at one point (if you dig into the mailing lists), but at the time it appeared not to be necessary. I think now that it is.
-Aaron
Attachments (2)
Change History (5)
by , 17 years ago
Attachment: | trac_better_mysql_fix.diff added |
---|
by , 17 years ago
Attachment: | trac_better_mysql_fix.2.diff added |
---|
patch: purportedly better fix for #5783 (previous upload of this name was incorrect, this one is the right patch)
comment:1 by , 17 years ago
Just to clarify, the patch labeled trac_better_mysql_fix.diff is not correct. My mistake - I uploaded the wrong patch. The correct patch is trac_better_mysql_fix.2.diff .
comment:2 by , 17 years ago
Keywords: | mysql added |
---|---|
Milestone: | → 0.10.5 |
Owner: | changed from | to
Status: | new → assigned |
Thanks for the patch!
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
patch: purportedly better fix for #5783