On Tue, Jun 28, 2011 at 7:32 AM, Michael Blume <m...@loggly.com> wrote:
> Just reloaded all our fixtures, and this seems to create no regressions with
> MySQL Server version: 5.0.51a-3ubuntu5.5 (Ubuntu)
> Most of our tables are backed by MyISAM, though, so I'm not sure how much
> this helps.

Unfortunately, not much. Your test has validated that the extra code
doesn't break anything under MyISAM, and this is certainly useful.
However, the root problem only exists with InnoDB because of its...
eclectic... implementation of row level constraints. MyISAM doesn't
have constraints, so your test hasn't exercised the part of the code
that needs to be exercised heavily.

Yours,
Russ Magee %-)

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to