Opened 2 years ago
Closed 22 months ago
#1486 closed defect (fixed)
SQL syntax error with MySQL 5.5
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1 |
| Component: | Installation/Upgrade | Version: | 1.1-alpha |
| Severity: | blocker | 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.
Attachments (1)
Change History (8)
- Milestone set to 1.1
- Severity changed from normal to critical
- Version set to 1.1-alpha
comment:3
GautamGupta — 2 years ago
- Cc gautam.2011@… added
- Severity changed from critical to blocker
Is anybody still caring about this??
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
I can confirm this bug to exist. Thank you so much for the patch!!