brunnopleffken / addictive-community

The definitive open-source discussion forum software.
https://addictivehub.github.io/
GNU General Public License v2.0
28 stars 9 forks source link

Change MySQL storage engine to InnoDB #117

Closed brunnopleffken closed 7 years ago

brunnopleffken commented 7 years ago

As said in #110, since MySQL 5.6 InnoDB storage engine supports FULLTEXT search. This version was released 5 years ago and the old MyISAM was deprecated by Oracle itself. It's time to evolve!

This PR raises the minimum MySQL version requirement to v5.6.4.