From d247ef1bcd7506152b99e091f4a8f4251b78c627 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 17 Aug 2015 22:29:08 +0800 Subject: Bug 981487 - change bugs_fulltext from myisam to innodb --- Bugzilla/Constants.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Bugzilla/Constants.pm') diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index c6359be60..99c2fe70c 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -535,8 +535,8 @@ use constant INSTALLATION_MODE_NON_INTERACTIVE => 1; # Data about what we require for different databases. use constant DB_MODULE => { - # MySQL 5.0.15 was the first production 5.0.x release. - 'mysql' => {db => 'Bugzilla::DB::Mysql', db_version => '5.0.15', + # Require MySQL 5.6.x for innodb's fulltext support + 'mysql' => {db => 'Bugzilla::DB::Mysql', db_version => '5.6.12', dbd => { package => 'DBD-mysql', module => 'DBD::mysql', -- cgit v1.2.3-24-g4f1b