Remove InnoDB check for search engine from SystemCheckPage
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 27 Aug 2021 09:41:15 +0000 (11:41 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 27 Aug 2021 09:49:53 +0000 (11:49 +0200)
commitb7091119c3f5f11073224c44f7199d31e729671e
treebeb0bb2c4469c22926e1161b454e86d1c86f8e96
parent14bbab896ba1a9cc8b21443953a9a3e382b58559
Remove InnoDB check for search engine from SystemCheckPage

Using MyISAM for the search engine does not actually break anything (in
contrast to using InnoDB before 5.4), thus this check is not essential and
single check will be run immediately before the upgrade to 5.5 in
update_com.woltlab.wcf_5.5_ensureInnoDbSearch.php
wcfsetup/install/files/acp/templates/systemCheck.tpl
wcfsetup/install/files/lib/acp/page/SystemCheckPage.class.php
wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml