summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB
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/DB
parentc7a6d5ec3db192f0be73111133ecd666b12a5c66 (diff)
downloadbugzilla-d247ef1bcd7506152b99e091f4a8f4251b78c627.tar.gz
bugzilla-d247ef1bcd7506152b99e091f4a8f4251b78c627.tar.xz
Bug 981487 - change bugs_fulltext from myisam to innodb
Diffstat (limited to 'Bugzilla/DB')
-rw-r--r--Bugzilla/DB/Schema/Mysql.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/DB/Schema/Mysql.pm b/Bugzilla/DB/Schema/Mysql.pm
index 5fc50a986..b0a40586f 100644
--- a/Bugzilla/DB/Schema/Mysql.pm
+++ b/Bugzilla/DB/Schema/Mysql.pm
@@ -89,7 +89,7 @@ use constant REVERSE_MAPPING => {
# as in their db-specific version, so no reverse mapping is needed.
};
-use constant MYISAM_TABLES => qw(bugs_fulltext);
+use constant MYISAM_TABLES => qw();
#------------------------------------------------------------------------------
sub _initialize {