Change all uses of TYPE= in MySQL to ENGINE=
authorDaniel Friesen <dantman@users.mediawiki.org>
Thu, 10 Jul 2008 22:00:04 +0000 (22:00 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Thu, 10 Jul 2008 22:00:04 +0000 (22:00 +0000)
commit19b85e4191285422b7547bdaf8ca5d79c4cc4621
tree48b4fa12ba597b966eec9d42e7843b8ee50661a2
parent201a3fc97836ba63d6544af8d08d211282585e09
Change all uses of TYPE= in MySQL to ENGINE=

According to the MySQL manual, TYPE= has been depreciated since MySQL 4.0, starting in 5.1 database warnings are issued when TYPE= is used instead of ENGINE=, and in MySQL 5.2 TYPE= will be removed.

Using ENGINE= inside of sql should serve the best compatibility since we require at least MySQL 4.0
includes/DefaultSettings.php
maintenance/archives/patch-hitcounter.sql
maintenance/archives/patch-profiling.sql
maintenance/archives/patch-searchindex.sql
maintenance/archives/rebuildRecentchanges.inc
maintenance/archives/upgradeWatchlist.php
maintenance/storage/blobs.sql
maintenance/tables.sql
maintenance/updaters.inc