#3620: test suite aborts with mysql 4.1
---------------------------------------------+------------------------------
          Reporter:  [email protected]            |         Owner:  nobody
            Status:  closed                  |     Milestone:        
         Component:  django-admin.py         |       Version:  SVN   
        Resolution:  duplicate               |      Keywords:        
             Stage:  Design decision needed  |     Has_patch:  1     
        Needs_docs:  0                       |   Needs_tests:  0     
Needs_better_patch:  0                       |  
---------------------------------------------+------------------------------
Changes (by russellm):

  * status:  new => closed
  * resolution:  => duplicate

Comment:

 Closing as an effective duplicate of #3615. This is a problem because
 MySQL InnoDB doesn't do referential integrity properly. If we applied the
 patch proposed here, it would actually break PostgreSQL (and any other
 database that does referential integrity properly) because you *need* to
 run all the flush SQL in a single transaction.

 #3615 is pending on a way to make MySQL defer constraint checks properly;
 this ticket needs exactly the same fix in a different way.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/3620#comment:8>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

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

Reply via email to