Remove patch-pl-tl-il-unique.sql
authorKevin Israel <pleasestand@live.com>
Fri, 26 Aug 2016 09:09:12 +0000 (05:09 -0400)
committerKevin Israel <pleasestand@live.com>
Fri, 26 Aug 2016 09:09:12 +0000 (05:09 -0400)
commitc1079140e48537af134cb3449276b1f65c2e9577
tree1c6acca477f947d6ececd4548ce22dde242605f6
parentcfa04ceb2b8878ab237d8dd2bdbd578972bce80e
Remove patch-pl-tl-il-unique.sql

In 1.24 (b8c038f6784ef082), this update from 1.15 (see T18645,
640a6d311e91ccdc) was undone in tables.sql. However, it was not
removed from MysqlUpdater, so update.php would still make the
indices UNIQUE, even when run on a new MediaWiki installation.

In its place, added patch-pl-tl-il-nonunique.sql, which recreates
the indices to match the current definitions from tables.sql.

Bug: T78513
Change-Id: Ic82ca06c8e7051bcd1e0a2a3d5d251e297a9142f
includes/installer/MysqlUpdater.php
maintenance/archives/patch-pl-tl-il-nonunique.sql [new file with mode: 0644]
maintenance/archives/patch-pl-tl-il-unique.sql [deleted file]