Add new_name_timestamp index when upgrading from 1.1
authorKevin Israel <pleasestand@live.com>
Sat, 7 Dec 2013 20:29:20 +0000 (15:29 -0500)
committerIAlex <codereview@emsenhuber.ch>
Sun, 15 Dec 2013 18:28:24 +0000 (18:28 +0000)
commit1e66d7840b318ba55ceec5000d1dc44b9e79e26a
treef6fcd97d97e5fa45616f991df32b14b3c8fca9c2
parentff4da357970f758c56f56c51390ab3a7e323c443
Add new_name_timestamp index when upgrading from 1.1

This index is specified in some FORCE INDEX clauses, so it has to be
present. Patch already exists; the installer just wasn't using it.

There still are some other schema inconsistencies I have to track
down, so I'm not yet adding a release note that upgrading from 1.1
has been "fixed".

Change-Id: Ibd593d3f5b63f4cb033c6c9dabaac398bb1afd19
includes/installer/MysqlUpdater.php