script-solution / Boardsolution

An open-source discussion board written in PHP.
GNU General Public License v2.0
6 stars 0 forks source link

TYPE=... doesn't work anymore with MySQL >= 5.1.7 (use ENGINE=... instead) #31

Closed hrniels closed 11 years ago

hrniels commented 11 years ago

Fixed by https://github.com/script-solution/Boardsolution/commit/04a105bf52e10032112fcd11a197ad591355fb3c

hrniels commented 11 years ago

TYPE= is deprecated since MySQL 4.1, so it should be ok to assume that ENGINE= is supported.