Decouple revision.rev_id from text.old_id
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 28 Mar 2005 10:47:12 +0000 (10:47 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 28 Mar 2005 10:47:12 +0000 (10:47 +0000)
commit0b86f637f22416a54a6bd1e48a282826d7bc11cd
treea1703d3a453580813b3e44dcda94e666f8e2ac9d
parent96d2e151d9abef45e61f4558a6403cf64c0efa41
Decouple revision.rev_id from text.old_id
* This will allow the backend text storage to use different id numbers
* Revisions noting metadata changes can be added to history without duplicating text
  (implemented for page move)

This changes the revision table schema and requires running update.php
or maintenance/archives/patch-rev_text_id.sql on existing test wikis.
PostgreSQL table defs are still not in sync, so not updated.
includes/MessageCache.php
includes/Revision.php
includes/SearchMySQL3.php
includes/SearchMySQL4.php
includes/Title.php
maintenance/archives/patch-rev_text_id.sql [new file with mode: 0644]
maintenance/tables.sql
maintenance/updaters.inc