#26121 closed Bug (fixed)
MySQL 5.7.10 deprecated storage_engine variable
| Reported by: | nooperpudd | Owned by: | Tim Graham |
|---|---|---|---|
| Component: | Documentation | Version: | 1.9 |
| Severity: | Normal | Keywords: | mysql, storage_engine |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
storage_enginevariable 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 , 10 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.