Changes between Version 1 and Version 2 of Ticket #18116, comment 8


Ignore:
Timestamp:
Apr 20, 2012, 9:38:13 AM (12 years ago)
Author:
Ramiro Morales

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18116, comment 8

    v1 v2  
    77I had forgot why I was reluctant to insert it in the normal non-testing code path. It is because the code that detects of the MySQL storage engine creates a table and examines a query sent afterwards.
    88
    9 I think we should simply set `uses_savepoints` to True when MySQL >= 5.0.3 and add a note to the savepoints+MySQL documentation su users using MyISAM shouldn't not rely in such Django+MySQL feature.
     9I think we should simply set `uses_savepoints` to True when MySQL >= 5.0.3 and add a note to the savepoints+MySQL documentation directing users using MyISAM to not rely in such Django+MySQL feature.
Back to Top