Attempt at cleaning up r45764, r45769 (renamed indices for SQLite compat):
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 16 Jan 2009 23:02:44 +0000 (23:02 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 16 Jan 2009 23:02:44 +0000 (23:02 +0000)
commit312316088e689f2764614f0ceba265567c9e52d2
tree42b827b4217f1d40392621598e2986afbea7ea1d
parent4a15dea395a7de051fb72739cd8c7d4f48005857
Attempt at cleaning up r45764, r45769 (renamed indices for SQLite compat):
* removing the indexName() hack and with it the /*i*/ stuff from tables.sql
* undoing renames of formerly implicitly named indices
* three indices have to be called different in SQLite because of naming conflicts, adding a patch to updaters.inc that does that
includes/db/Database.php
includes/db/DatabasePostgres.php
includes/db/DatabaseSqlite.php
maintenance/archives/patch-index-renames.sql [new file with mode: 0644]
maintenance/tables.sql
maintenance/updaters.inc