Opened 14 years ago
Closed 14 years ago
#1486 closed defect (bug) (fixed)
SQL syntax error with MySQL 5.5
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 1.1 | Priority: | normal |
Severity: | blocker | Version: | 1.1-alpha |
Component: | API - Installation/Upgrade | Keywords: | has-patch |
Cc: | gautam.2011@…, liping.ong@… |
Description ¶
The CREATE TABLE ... TYPE = MYISAM syntax has been removed in MySQL 5.5. This is causing invalid SQL which is preventing bbPress from installing properly. This was initially reported on the BuddyPress forums.
Source: dev.mysql.com ("The older TYPE option was synonymous with"...)
Backwards-compatible (MySQL 4.0 onwards) patch attached.
Pull Requests
- Loading…
Change History (8)
Note: See
TracTickets for help on using
tickets.
I can confirm this bug to exist. Thank you so much for the patch!!