Changes between Version 1 and Version 2 of Ticket #18116, comment 8
- Timestamp:
- Apr 20, 2012, 9:38:13 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18116, comment 8
v1 v2 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` to True when MySQL >= 5.0.3 and add a note to the savepoints+MySQL documentation su users using MyISAM shouldn'tnot 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 directing users using MyISAM to not rely in such Django+MySQL feature.