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)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

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", }
Component: Blocklisting → Code Quality
QA Contact: blocklisting → code-quality
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
Product: addons.mozilla.org → Toolkit
You need to log in before you can comment on or make changes to this bug.