Bug 28478: database error in DatabaseSqlite::getFulltextSearchModule().
authorMax Semenik <maxsem@users.mediawiki.org>
Mon, 11 Apr 2011 17:16:41 +0000 (17:16 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Mon, 11 Apr 2011 17:16:41 +0000 (17:16 +0000)
commitc2f49a75f24f259d35f2632a795d9444e027eee1
tree678c8e372cc182c00c4d71ec3628989f8778d295
parentb5966436ea896282c875c1a3b06840b2166c149d
Bug 28478: database error in DatabaseSqlite::getFulltextSearchModule().

It was caused by a weird bug in SQLite: virtual table using a non-existent module still gets created somehow, and it is completely undeletable.
includes/db/DatabaseSqlite.php
includes/installer/Installer.php
includes/installer/SqliteInstaller.php
includes/installer/SqliteUpdater.php
maintenance/rebuildtextindex.php