Introduce a new schema migration stage in which rev_actor is used
directly and the revision_actor_temp table is no longer needed. This
becomes the new "new" stage whereas the previous situation is now
termed SCHEMA_COMPAT_TEMP.
Introduce migrateRevisionActorTemp which copies data from
revision_actor_temp to rev_actor. The code is similar to
migrateImageCommentTemp.php except that it doesn't delete from the old
table.
Partial revert of
|
||
|---|---|---|
| .. | ||
| ActiveUsersPager.php | ||
| AllMessagesTablePager.php | ||
| BlockListPager.php | ||
| CategoryPager.php | ||
| ContribsPager.php | ||
| DeletedContribsPager.php | ||
| ImageListPager.php | ||
| MergeHistoryPager.php | ||
| NewFilesPager.php | ||
| NewPagesPager.php | ||
| ProtectedPagesPager.php | ||
| ProtectedTitlesPager.php | ||
| UsersPager.php | ||