summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Mysql.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/DB/Mysql.pm')
-rw-r--r--Bugzilla/DB/Mysql.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/DB/Mysql.pm b/Bugzilla/DB/Mysql.pm
index 6fd75b79f..cdc23287d 100644
--- a/Bugzilla/DB/Mysql.pm
+++ b/Bugzilla/DB/Mysql.pm
@@ -772,7 +772,7 @@ sub bz_setup_database {
# despite it was still present in the DB. That's why we have to
# force the deletion, bypassing the DB schema.
if (!$self->bz_index_info('series', 'series_category_idx')) {
- if (!$self->bz_drop_index('series', 'series_creator_idx')
+ if (!$self->bz_index_info('series', 'series_creator_idx')
&& $self->bz_index_info_real('series', 'series_creator_idx'))
{
foreach my $column (qw(creator category subcategory name)) {