Opened 16 years ago
Closed 16 years ago
#8964 closed (fixed)
InnoDB is default with Windows Essentials installer for MySQL 5.0 (Community server)
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.0 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The "Storage engines" section in "Notes about supported databases" (http://docs.djangoproject.com/en/dev/ref/databases/#storage-engines) says unconditionally that MyISAM is the default storage engine for MySQL 5.0. This is not so, at least for MySQL 5.0 installed with the Windows Essentials installer (see http://dev.mysql.com/doc/refman/5.0/en/innodb-overview.html); my experience confirms the MySQL doc's statement for the Community Server install.
Change History (2)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I'm not sure what the second link in the description is meant to be pointing to (we already know what InnoDB) is. This seems to be a case of once again we get screwed around by Windows-related stuff. I'll add a note saying something like "unless you're installation package has altered this", since we can't try and track every single third-party installer and whatever local modifications they may make. The default with MySQL 5.x is still to use MyIsam for the storage engine.