Author: overlordq
Description:
Dont know why I never noticed it before, but between tables.sql and updaters.inc they both specify an index with the same values but each calls it a different thing:
tables.sql:
CREATE INDEX rc_timestamp_bot ON recentchanges (rc_timestamp) WHERE rc_bot = 0;
updaters.inc:
array("recentchanges", "rc_timestamp_nobot", "(rc_timestamp) WHERE rc_bot = 0"),
So either/or should probably be changed to reflect the same name.
Version: 1.15.x
Severity: enhancement