Split sql fulltext index creation into two statements
authorErik Bernhardson <ebernhardson@wikimedia.org>
Tue, 10 Oct 2017 16:51:39 +0000 (09:51 -0700)
committerMaxSem <maxsem.wiki@gmail.com>
Fri, 13 Oct 2017 18:51:02 +0000 (18:51 +0000)
commit72e5980182d4db991381ae7a483e543150fdb355
treed6c533dac1ebf830017cc713173cc66344dee5c0
parent74bc4678900c7448f0a291b2e4a1b0b832e2f630
Split sql fulltext index creation into two statements

MySQL prior to 5.6.8 (https://bugs.mysql.com/bug.php?id=67004) did
not support adding multiple fulltext indices at the same time on InnoDB.
Split them into two statements to work around this limitation.

Bug: T177477
Change-Id: Ib366fa04724abac6d740bea017274ad62730b9e5
maintenance/rebuildtextindex.php