Re: Cause of a "Lock wait timeout error"?

2012-07-10 Thread Derek
I appreciate the reply Dennis; some good suggestions. But I was rather hoping that someone would point some "gotcha" (or potentially fatal flaw) with Django that could arise in certain edge cases - especially in connection with a 1:1 design scenario, On 10 July 2012 19:35, Dennis Lee Bieber

Cause of a "Lock wait timeout error"?

2012-07-10 Thread Derek
Running Django 1.4 and MySQL (InnoDB), with the development server. I have a setup with a one-to-one relationship that I think might be causing a database issue. Model A has a one-to-one with Model B (the endpoint of the relationship is stored in A) Model A also has both a one-to-many and