Changes between Initial Version and Version 1 of Ticket #18116, comment 8
- Timestamp:
- Apr 20, 2012, 9:29:51 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18116, comment 8
initial v1 7 7 I 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. 8 8 9 I think we should simply set `uses_savepoints` 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.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.