summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-08-17 16:29:08 +0200
committerByron Jones <glob@mozilla.com>2015-08-17 16:29:08 +0200
commitd247ef1bcd7506152b99e091f4a8f4251b78c627 (patch)
treec0f285883b9a03ea13d402a49da68eaac8943371 /Bugzilla/Constants.pm
parentc7a6d5ec3db192f0be73111133ecd666b12a5c66 (diff)
downloadbugzilla-d247ef1bcd7506152b99e091f4a8f4251b78c627.tar.gz
bugzilla-d247ef1bcd7506152b99e091f4a8f4251b78c627.tar.xz
Bug 981487 - change bugs_fulltext from myisam to innodb
Diffstat (limited to 'Bugzilla/Constants.pm')
-rw-r--r--Bugzilla/Constants.pm4
1 files changed, 2 insertions, 2 deletions
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',