#26121 closed Bug (fixed)
MySQL 5.7.10 deprecated storage_engine variable
Description ¶
storage_engine
variable was depreccated in MySQL 5.7.5 version.
But in the document still have the storage_engine variable.
https://docs.djangoproject.com/en/1.9/ref/databases/#creating-your-tables
MySQL reference link:
http://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_default_storage_engine
Change History (4)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Triage Stage: | Unreviewed → Accepted |
Note:
See TracTickets
for help on using tickets.
The replacement,
default_storage_engine
, was introduced in MySQL 5.5.3, so this should be fine to backport as far as Django 1.8 which has 5.5.x as the minimum supported version.