Closed
Bug 535307
Opened 16 years ago
Closed 16 years ago
[z] Database doesn't specify Innodb as default
Categories
(Toolkit :: Blocklist Policy Requests, defect)
Tracking
()
RESOLVED
FIXED
5.5
People
(Reporter: davedash, Assigned: davedash)
Details
Just a nit, which can get annoying quickly, Innodb needs to be explictly SET in order for django to create Innodb tables.
Adding this fixes it. Will fix in gh branch.
DATABASE_OPTIONS = {
"init_command": "SET storage_engine=INNODB",
}
Updated•16 years ago
|
Component: Blocklisting → Code Quality
QA Contact: blocklisting → code-quality
Comment 1•16 years ago
|
||
Assignee: nobody → dd
Status: NEW → RESOLVED
Closed: 16 years ago
Component: Code Quality → Blocklisting
QA Contact: code-quality → blocklisting
Resolution: --- → FIXED
Target Milestone: --- → 5.5
Updated•9 years ago
|
Product: addons.mozilla.org → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•