Merge "Make wgDisableAnonTalk disable anon links in automatic edit summaries"
[lhc/web/wiklou.git] / includes / installer / MysqlUpdater.php
1 <?php
2 /**
3 * MySQL-specific updater.
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License along
16 * with this program; if not, write to the Free Software Foundation, Inc.,
17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18 * http://www.gnu.org/copyleft/gpl.html
19 *
20 * @file
21 * @ingroup Deployment
22 */
23 use Wikimedia\Rdbms\MySQLField;
24 use Wikimedia\Rdbms\IDatabase;
25 use MediaWiki\MediaWikiServices;
26
27 /**
28 * Mysql update list and mysql-specific update functions.
29 *
30 * @ingroup Deployment
31 * @since 1.17
32 * @property DatabaseMysqlBase $db
33 */
34 class MysqlUpdater extends DatabaseUpdater {
35 protected function getCoreUpdateList() {
36 return [
37 [ 'disableContentHandlerUseDB' ],
38
39 // 1.2
40 [ 'addField', 'ipblocks', 'ipb_id', 'patch-ipblocks.sql' ],
41 [ 'addField', 'ipblocks', 'ipb_expiry', 'patch-ipb_expiry.sql' ],
42 [ 'doInterwikiUpdate' ],
43 [ 'doIndexUpdate' ],
44 [ 'addField', 'recentchanges', 'rc_type', 'patch-rc_type.sql' ],
45 [ 'addIndex', 'recentchanges', 'new_name_timestamp', 'patch-rc-newindex.sql' ],
46
47 // 1.3
48 [ 'addField', 'user', 'user_real_name', 'patch-user-realname.sql' ],
49 [ 'addTable', 'querycache', 'patch-querycache.sql' ],
50 [ 'addTable', 'objectcache', 'patch-objectcache.sql' ],
51 [ 'addTable', 'categorylinks', 'patch-categorylinks.sql' ],
52 [ 'doOldLinksUpdate' ],
53 [ 'doFixAncientImagelinks' ],
54 [ 'addField', 'recentchanges', 'rc_ip', 'patch-rc_ip.sql' ],
55
56 // 1.4
57 [ 'addIndex', 'image', 'PRIMARY', 'patch-image_name_primary.sql' ],
58 [ 'addField', 'recentchanges', 'rc_id', 'patch-rc_id.sql' ],
59 [ 'addField', 'recentchanges', 'rc_patrolled', 'patch-rc-patrol.sql' ],
60 [ 'addTable', 'logging', 'patch-logging.sql' ],
61 [ 'addField', 'user', 'user_token', 'patch-user_token.sql' ],
62 [ 'addField', 'watchlist', 'wl_notificationtimestamp', 'patch-email-notification.sql' ],
63 [ 'doWatchlistUpdate' ],
64 [ 'dropField', 'user', 'user_emailauthenticationtimestamp',
65 'patch-email-authentication.sql' ],
66
67 // 1.5
68 [ 'doSchemaRestructuring' ],
69 [ 'addField', 'logging', 'log_params', 'patch-log_params.sql' ],
70 [ 'checkBin', 'logging', 'log_title', 'patch-logging-title.sql', ],
71 [ 'addField', 'archive', 'ar_rev_id', 'patch-archive-rev_id.sql' ],
72 [ 'addField', 'page', 'page_len', 'patch-page_len.sql' ],
73 [ 'dropField', 'revision', 'inverse_timestamp', 'patch-inverse_timestamp.sql' ],
74 [ 'addField', 'revision', 'rev_text_id', 'patch-rev_text_id.sql' ],
75 [ 'addField', 'revision', 'rev_deleted', 'patch-rev_deleted.sql' ],
76 [ 'addField', 'image', 'img_width', 'patch-img_width.sql' ],
77 [ 'addField', 'image', 'img_metadata', 'patch-img_metadata.sql' ],
78 [ 'addField', 'user', 'user_email_token', 'patch-user_email_token.sql' ],
79 [ 'addField', 'archive', 'ar_text_id', 'patch-archive-text_id.sql' ],
80 [ 'doNamespaceSize' ],
81 [ 'addField', 'image', 'img_media_type', 'patch-img_media_type.sql' ],
82 [ 'doPagelinksUpdate' ],
83 [ 'dropField', 'image', 'img_type', 'patch-drop_img_type.sql' ],
84 [ 'doUserUniqueUpdate' ],
85 [ 'doUserGroupsUpdate' ],
86 [ 'addField', 'site_stats', 'ss_total_pages', 'patch-ss_total_articles.sql' ],
87 [ 'addTable', 'user_newtalk', 'patch-usernewtalk.sql' ],
88 [ 'addField', 'interwiki', 'iw_trans', 'patch-interwiki-trans.sql' ],
89
90 // 1.6
91 [ 'doWatchlistNull' ],
92 [ 'addIndex', 'logging', 'times', 'patch-logging-times-index.sql' ],
93 [ 'addField', 'ipblocks', 'ipb_range_start', 'patch-ipb_range_start.sql' ],
94 [ 'doPageRandomUpdate' ],
95 [ 'addField', 'user', 'user_registration', 'patch-user_registration.sql' ],
96 [ 'doTemplatelinksUpdate' ],
97 [ 'addTable', 'externallinks', 'patch-externallinks.sql' ],
98 [ 'addTable', 'job', 'patch-job.sql' ],
99 [ 'addField', 'site_stats', 'ss_images', 'patch-ss_images.sql' ],
100 [ 'addTable', 'langlinks', 'patch-langlinks.sql' ],
101 [ 'addTable', 'querycache_info', 'patch-querycacheinfo.sql' ],
102 [ 'addTable', 'filearchive', 'patch-filearchive.sql' ],
103 [ 'addField', 'ipblocks', 'ipb_anon_only', 'patch-ipb_anon_only.sql' ],
104 [ 'addIndex', 'recentchanges', 'rc_ns_usertext', 'patch-recentchanges-utindex.sql' ],
105 [ 'addIndex', 'recentchanges', 'rc_user_text', 'patch-rc_user_text-index.sql' ],
106
107 // 1.9
108 [ 'addField', 'user', 'user_newpass_time', 'patch-user_newpass_time.sql' ],
109 [ 'addTable', 'redirect', 'patch-redirect.sql' ],
110 [ 'addTable', 'querycachetwo', 'patch-querycachetwo.sql' ],
111 [ 'addField', 'ipblocks', 'ipb_enable_autoblock', 'patch-ipb_optional_autoblock.sql' ],
112 [ 'doBacklinkingIndicesUpdate' ],
113 [ 'addField', 'recentchanges', 'rc_old_len', 'patch-rc_len.sql' ],
114 [ 'addField', 'user', 'user_editcount', 'patch-user_editcount.sql' ],
115
116 // 1.10
117 [ 'doRestrictionsUpdate' ],
118 [ 'addField', 'logging', 'log_id', 'patch-log_id.sql' ],
119 [ 'addField', 'revision', 'rev_parent_id', 'patch-rev_parent_id.sql' ],
120 [ 'addField', 'page_restrictions', 'pr_id', 'patch-page_restrictions_sortkey.sql' ],
121 [ 'addField', 'revision', 'rev_len', 'patch-rev_len.sql' ],
122 [ 'addField', 'recentchanges', 'rc_deleted', 'patch-rc_deleted.sql' ],
123 [ 'addField', 'logging', 'log_deleted', 'patch-log_deleted.sql' ],
124 [ 'addField', 'archive', 'ar_deleted', 'patch-ar_deleted.sql' ],
125 [ 'addField', 'ipblocks', 'ipb_deleted', 'patch-ipb_deleted.sql' ],
126 [ 'addField', 'filearchive', 'fa_deleted', 'patch-fa_deleted.sql' ],
127 [ 'addField', 'archive', 'ar_len', 'patch-ar_len.sql' ],
128
129 // 1.11
130 [ 'addField', 'ipblocks', 'ipb_block_email', 'patch-ipb_emailban.sql' ],
131 [ 'doCategorylinksIndicesUpdate' ],
132 [ 'addField', 'oldimage', 'oi_metadata', 'patch-oi_metadata.sql' ],
133 [ 'addIndex', 'archive', 'usertext_timestamp', 'patch-archive-user-index.sql' ],
134 [ 'addIndex', 'image', 'img_usertext_timestamp', 'patch-image-user-index.sql' ],
135 [ 'addIndex', 'oldimage', 'oi_usertext_timestamp', 'patch-oldimage-user-index.sql' ],
136 [ 'addField', 'archive', 'ar_page_id', 'patch-archive-page_id.sql' ],
137 [ 'addField', 'image', 'img_sha1', 'patch-img_sha1.sql' ],
138
139 // 1.12
140 [ 'addTable', 'protected_titles', 'patch-protected_titles.sql' ],
141
142 // 1.13
143 [ 'addField', 'ipblocks', 'ipb_by_text', 'patch-ipb_by_text.sql' ],
144 [ 'addTable', 'page_props', 'patch-page_props.sql' ],
145 [ 'addTable', 'updatelog', 'patch-updatelog.sql' ],
146 [ 'addTable', 'category', 'patch-category.sql' ],
147 [ 'doCategoryPopulation' ],
148 [ 'addField', 'archive', 'ar_parent_id', 'patch-ar_parent_id.sql' ],
149 [ 'addField', 'user_newtalk', 'user_last_timestamp', 'patch-user_last_timestamp.sql' ],
150 [ 'doPopulateParentId' ],
151 [ 'checkBin', 'protected_titles', 'pt_title', 'patch-pt_title-encoding.sql', ],
152 [ 'doMaybeProfilingMemoryUpdate' ],
153 [ 'doFilearchiveIndicesUpdate' ],
154
155 // 1.14
156 [ 'addField', 'site_stats', 'ss_active_users', 'patch-ss_active_users.sql' ],
157 [ 'doActiveUsersInit' ],
158 [ 'addField', 'ipblocks', 'ipb_allow_usertalk', 'patch-ipb_allow_usertalk.sql' ],
159
160 // 1.15
161 [ 'addTable', 'change_tag', 'patch-change_tag.sql' ],
162
163 // 1.16
164 [ 'addTable', 'user_properties', 'patch-user_properties.sql' ],
165 [ 'addTable', 'log_search', 'patch-log_search.sql' ],
166 [ 'addField', 'logging', 'log_user_text', 'patch-log_user_text.sql' ],
167 # listed separately from the previous update because 1.16 was released without this update
168 [ 'doLogUsertextPopulation' ],
169 [ 'doLogSearchPopulation' ],
170 [ 'addTable', 'l10n_cache', 'patch-l10n_cache.sql' ],
171 [ 'dropIndex', 'change_tag', 'ct_rc_id', 'patch-change_tag-indexes.sql' ],
172 [ 'addField', 'redirect', 'rd_interwiki', 'patch-rd_interwiki.sql' ],
173 [ 'doUpdateMimeMinorField' ],
174
175 // 1.17
176 [ 'addTable', 'iwlinks', 'patch-iwlinks.sql' ],
177 [ 'addIndex', 'iwlinks', 'iwl_prefix_title_from', 'patch-rename-iwl_prefix.sql' ],
178 [ 'addField', 'updatelog', 'ul_value', 'patch-ul_value.sql' ],
179 [ 'addField', 'interwiki', 'iw_api', 'patch-iw_api_and_wikiid.sql' ],
180 [ 'dropIndex', 'iwlinks', 'iwl_prefix', 'patch-kill-iwl_prefix.sql' ],
181 [ 'addField', 'categorylinks', 'cl_collation', 'patch-categorylinks-better-collation.sql' ],
182 [ 'doClFieldsUpdate' ],
183 [ 'addTable', 'module_deps', 'patch-module_deps.sql' ],
184 [ 'dropIndex', 'archive', 'ar_page_revid', 'patch-archive_kill_ar_page_revid.sql' ],
185 [ 'addIndexIfNoneExist',
186 'archive', [ 'ar_revid', 'ar_revid_uniq' ], 'patch-archive_ar_revid.sql' ],
187 [ 'doLangLinksLengthUpdate' ],
188
189 // 1.18
190 [ 'doUserNewTalkTimestampNotNull' ],
191 [ 'addIndex', 'user', 'user_email', 'patch-user_email_index.sql' ],
192 [ 'modifyField', 'user_properties', 'up_property', 'patch-up_property.sql' ],
193 [ 'addTable', 'uploadstash', 'patch-uploadstash.sql' ],
194 [ 'addTable', 'user_former_groups', 'patch-user_former_groups.sql' ],
195
196 // 1.19
197 [ 'addField', 'revision', 'rev_sha1', 'patch-rev_sha1.sql' ],
198 [ 'doMigrateUserOptions' ],
199 [ 'dropField', 'user', 'user_options', 'patch-drop-user_options.sql' ],
200 [ 'addField', 'archive', 'ar_sha1', 'patch-ar_sha1.sql' ],
201 [ 'addIndex', 'page', 'page_redirect_namespace_len',
202 'patch-page_redirect_namespace_len.sql' ],
203 [ 'addField', 'uploadstash', 'us_chunk_inx', 'patch-uploadstash_chunk.sql' ],
204 [ 'addfield', 'job', 'job_timestamp', 'patch-jobs-add-timestamp.sql' ],
205
206 // 1.20
207 [ 'addIndex', 'revision', 'page_user_timestamp', 'patch-revision-user-page-index.sql' ],
208 [ 'addField', 'ipblocks', 'ipb_parent_block_id', 'patch-ipb-parent-block-id.sql' ],
209 [ 'addIndex', 'ipblocks', 'ipb_parent_block_id', 'patch-ipb-parent-block-id-index.sql' ],
210 [ 'dropField', 'category', 'cat_hidden', 'patch-cat_hidden.sql' ],
211
212 // 1.21
213 [ 'addField', 'revision', 'rev_content_format', 'patch-revision-rev_content_format.sql' ],
214 [ 'addField', 'revision', 'rev_content_model', 'patch-revision-rev_content_model.sql' ],
215 [ 'addField', 'archive', 'ar_content_format', 'patch-archive-ar_content_format.sql' ],
216 [ 'addField', 'archive', 'ar_content_model', 'patch-archive-ar_content_model.sql' ],
217 [ 'addField', 'page', 'page_content_model', 'patch-page-page_content_model.sql' ],
218 [ 'enableContentHandlerUseDB' ],
219 [ 'dropField', 'site_stats', 'ss_admins', 'patch-drop-ss_admins.sql' ],
220 [ 'dropField', 'recentchanges', 'rc_moved_to_title', 'patch-rc_moved.sql' ],
221 [ 'addTable', 'sites', 'patch-sites.sql' ],
222 [ 'addField', 'filearchive', 'fa_sha1', 'patch-fa_sha1.sql' ],
223 [ 'addField', 'job', 'job_token', 'patch-job_token.sql' ],
224 [ 'addField', 'job', 'job_attempts', 'patch-job_attempts.sql' ],
225 [ 'doEnableProfiling' ],
226 [ 'addField', 'uploadstash', 'us_props', 'patch-uploadstash-us_props.sql' ],
227 [ 'modifyField', 'user_groups', 'ug_group', 'patch-ug_group-length-increase-255.sql' ],
228 [ 'modifyField', 'user_former_groups', 'ufg_group',
229 'patch-ufg_group-length-increase-255.sql' ],
230 [ 'addIndex', 'page_props', 'pp_propname_page',
231 'patch-page_props-propname-page-index.sql' ],
232 [ 'addIndex', 'image', 'img_media_mime', 'patch-img_media_mime-index.sql' ],
233
234 // 1.22
235 [ 'doIwlinksIndexNonUnique' ],
236 [ 'addIndex', 'iwlinks', 'iwl_prefix_from_title',
237 'patch-iwlinks-from-title-index.sql' ],
238 [ 'addField', 'archive', 'ar_id', 'patch-archive-ar_id.sql' ],
239 [ 'addField', 'externallinks', 'el_id', 'patch-externallinks-el_id.sql' ],
240
241 // 1.23
242 [ 'addField', 'recentchanges', 'rc_source', 'patch-rc_source.sql' ],
243 [ 'addIndex', 'logging', 'log_user_text_type_time',
244 'patch-logging_user_text_type_time_index.sql' ],
245 [ 'addIndex', 'logging', 'log_user_text_time', 'patch-logging_user_text_time_index.sql' ],
246 [ 'addField', 'page', 'page_links_updated', 'patch-page_links_updated.sql' ],
247 [ 'addField', 'user', 'user_password_expires', 'patch-user_password_expire.sql' ],
248
249 // 1.24
250 [ 'addField', 'page_props', 'pp_sortkey', 'patch-pp_sortkey.sql' ],
251 [ 'dropField', 'recentchanges', 'rc_cur_time', 'patch-drop-rc_cur_time.sql' ],
252 [ 'addIndex', 'watchlist', 'wl_user_notificationtimestamp',
253 'patch-watchlist-user-notificationtimestamp-index.sql' ],
254 [ 'addField', 'page', 'page_lang', 'patch-page_lang.sql' ],
255 [ 'addField', 'pagelinks', 'pl_from_namespace', 'patch-pl_from_namespace.sql' ],
256 [ 'addField', 'templatelinks', 'tl_from_namespace', 'patch-tl_from_namespace.sql' ],
257 [ 'addField', 'imagelinks', 'il_from_namespace', 'patch-il_from_namespace.sql' ],
258 [ 'modifyField', 'image', 'img_major_mime',
259 'patch-img_major_mime-chemical.sql' ],
260 [ 'modifyField', 'oldimage', 'oi_major_mime',
261 'patch-oi_major_mime-chemical.sql' ],
262 [ 'modifyField', 'filearchive', 'fa_major_mime',
263 'patch-fa_major_mime-chemical.sql' ],
264
265 // 1.25
266 // note this patch covers other _comment and _description fields too
267 [ 'doExtendCommentLengths' ],
268
269 // 1.26
270 [ 'dropTable', 'hitcounter' ],
271 [ 'dropField', 'site_stats', 'ss_total_views', 'patch-drop-ss_total_views.sql' ],
272 [ 'dropField', 'page', 'page_counter', 'patch-drop-page_counter.sql' ],
273
274 // 1.27
275 [ 'dropTable', 'msg_resource_links' ],
276 [ 'dropTable', 'msg_resource' ],
277 [ 'addTable', 'bot_passwords', 'patch-bot_passwords.sql' ],
278 [ 'addField', 'watchlist', 'wl_id', 'patch-watchlist-wl_id.sql' ],
279 [ 'dropIndex', 'categorylinks', 'cl_collation', 'patch-kill-cl_collation_index.sql' ],
280 [ 'addIndex', 'categorylinks', 'cl_collation_ext',
281 'patch-add-cl_collation_ext_index.sql' ],
282 [ 'doCollationUpdate' ],
283
284 // 1.28
285 [ 'addIndex', 'recentchanges', 'rc_name_type_patrolled_timestamp',
286 'patch-add-rc_name_type_patrolled_timestamp_index.sql' ],
287 [ 'doRevisionPageRevIndexNonUnique' ],
288 [ 'doNonUniquePlTlIl' ],
289 [ 'addField', 'change_tag', 'ct_id', 'patch-change_tag-ct_id.sql' ],
290 [ 'modifyField', 'recentchanges', 'rc_ip', 'patch-rc_ip_modify.sql' ],
291 [ 'addIndex', 'archive', 'usertext_timestamp', 'patch-rename-ar_usertext_timestamp.sql' ],
292
293 // 1.29
294 [ 'addField', 'externallinks', 'el_index_60', 'patch-externallinks-el_index_60.sql' ],
295 [ 'dropIndex', 'user_groups', 'ug_user_group', 'patch-user_groups-primary-key.sql' ],
296 [ 'addField', 'user_groups', 'ug_expiry', 'patch-user_groups-ug_expiry.sql' ],
297 [ 'addIndex', 'image', 'img_user_timestamp', 'patch-image-user-index-2.sql' ],
298
299 // 1.30
300 [ 'modifyField', 'image', 'img_media_type', 'patch-add-3d.sql' ],
301 [ 'addTable', 'ip_changes', 'patch-ip_changes.sql' ],
302 [ 'renameIndex', 'categorylinks', 'cl_from', 'PRIMARY', false,
303 'patch-categorylinks-fix-pk.sql' ],
304 [ 'renameIndex', 'templatelinks', 'tl_from', 'PRIMARY', false,
305 'patch-templatelinks-fix-pk.sql' ],
306 [ 'renameIndex', 'pagelinks', 'pl_from', 'PRIMARY', false, 'patch-pagelinks-fix-pk.sql' ],
307 [ 'renameIndex', 'text', 'old_id', 'PRIMARY', false, 'patch-text-fix-pk.sql' ],
308 [ 'renameIndex', 'imagelinks', 'il_from', 'PRIMARY', false, 'patch-imagelinks-fix-pk.sql' ],
309 [ 'renameIndex', 'iwlinks', 'iwl_from', 'PRIMARY', false, 'patch-iwlinks-fix-pk.sql' ],
310 [ 'renameIndex', 'langlinks', 'll_from', 'PRIMARY', false, 'patch-langlinks-fix-pk.sql' ],
311 [ 'renameIndex', 'log_search', 'ls_field_val', 'PRIMARY', false, 'patch-log_search-fix-pk.sql' ],
312 [ 'renameIndex', 'module_deps', 'md_module_skin', 'PRIMARY', false,
313 'patch-module_deps-fix-pk.sql' ],
314 [ 'renameIndex', 'objectcache', 'keyname', 'PRIMARY', false, 'patch-objectcache-fix-pk.sql' ],
315 [ 'renameIndex', 'querycache_info', 'qci_type', 'PRIMARY', false,
316 'patch-querycache_info-fix-pk.sql' ],
317 [ 'renameIndex', 'site_stats', 'ss_row_id', 'PRIMARY', false, 'patch-site_stats-fix-pk.sql' ],
318 [ 'renameIndex', 'user_former_groups', 'ufg_user_group', 'PRIMARY', false,
319 'patch-user_former_groups-fix-pk.sql' ],
320 [ 'renameIndex', 'user_properties', 'user_properties_user_property', 'PRIMARY', false,
321 'patch-user_properties-fix-pk.sql' ],
322 [ 'addTable', 'comment', 'patch-comment-table.sql' ],
323
324 // This field was added in 1.31, but is put here so it can be used by 'migrateComments'
325 [ 'addField', 'image', 'img_description_id', 'patch-image-img_description_id.sql' ],
326
327 [ 'migrateComments' ],
328 [ 'renameIndex', 'l10n_cache', 'lc_lang_key', 'PRIMARY', false,
329 'patch-l10n_cache-primary-key.sql' ],
330 [ 'doUnsignedSyncronisation' ],
331
332 // 1.31
333 [ 'addTable', 'slots', 'patch-slots.sql' ],
334 [ 'addField', 'slots', 'slot_origin', 'patch-slot-origin.sql' ],
335 [ 'addTable', 'content', 'patch-content.sql' ],
336 [ 'addTable', 'slot_roles', 'patch-slot_roles.sql' ],
337 [ 'addTable', 'content_models', 'patch-content_models.sql' ],
338 [ 'migrateArchiveText' ],
339 [ 'addTable', 'actor', 'patch-actor-table.sql' ],
340 [ 'migrateActors' ],
341 [ 'modifyField', 'revision', 'rev_text_id', 'patch-rev_text_id-default.sql' ],
342 [ 'modifyTable', 'site_stats', 'patch-site_stats-modify.sql' ],
343 [ 'populateArchiveRevId' ],
344 [ 'addIndex', 'recentchanges', 'rc_namespace_title_timestamp',
345 'patch-recentchanges-nttindex.sql' ],
346
347 // 1.32
348 [ 'addTable', 'change_tag_def', 'patch-change_tag_def.sql' ],
349 [ 'populateExternallinksIndex60' ],
350 [ 'modifyfield', 'externallinks', 'el_index_60',
351 'patch-externallinks-el_index_60-drop-default.sql' ],
352 [ 'runMaintenance', DeduplicateArchiveRevId::class, 'maintenance/deduplicateArchiveRevId.php' ],
353 [ 'addField', 'change_tag', 'ct_tag_id', 'patch-change_tag-tag_id.sql' ],
354 [ 'addIndex', 'archive', 'ar_revid_uniq', 'patch-archive-ar_rev_id-unique.sql' ],
355 [ 'populateContentTables' ],
356 [ 'addIndex', 'logging', 'log_type_action', 'patch-logging-log-type-action-index.sql' ],
357 [ 'dropIndex', 'logging', 'type_action', 'patch-logging-drop-type-action-index.sql' ],
358 [ 'renameIndex', 'interwiki', 'iw_prefix', 'PRIMARY', false, 'patch-interwiki-fix-pk.sql' ],
359 [ 'renameIndex', 'page_props', 'pp_page_propname', 'PRIMARY', false,
360 'patch-page_props-fix-pk.sql' ],
361 [ 'renameIndex', 'protected_titles', 'pt_namespace_title', 'PRIMARY', false,
362 'patch-protected_titles-fix-pk.sql' ],
363 [ 'renameIndex', 'site_identifiers', 'site_ids_type', 'PRIMARY', false,
364 'patch-site_identifiers-fix-pk.sql' ],
365 [ 'addIndex', 'recentchanges', 'rc_this_oldid', 'patch-recentchanges-rc_this_oldid-index.sql' ],
366 [ 'dropTable', 'transcache' ],
367 [ 'runMaintenance', PopulateChangeTagDef::class, 'maintenance/populateChangeTagDef.php' ],
368 [ 'addIndex', 'change_tag', 'change_tag_rc_tag_id',
369 'patch-change_tag-change_tag_rc_tag_id.sql' ],
370 [ 'addField', 'ipblocks', 'ipb_sitewide', 'patch-ipb_sitewide.sql' ],
371 [ 'addTable', 'ipblocks_restrictions', 'patch-ipblocks_restrictions-table.sql' ],
372 [ 'migrateImageCommentTemp' ],
373
374 // 1,33
375 [ 'dropField', 'change_tag', 'ct_tag', 'patch-drop-ct_tag.sql' ],
376 [ 'dropTable', 'valid_tag' ],
377 [ 'dropTable', 'tag_summary' ],
378 [ 'dropField', 'protected_titles', 'pt_reason', 'patch-drop-comment-fields.sql' ],
379 [ 'modifyTable', 'job', 'patch-job-params-mediumblob.sql' ],
380 ];
381 }
382
383 /**
384 * 1.4 betas were missing the 'binary' marker from logging.log_title,
385 * which causes a collation mismatch error on joins in MySQL 4.1.
386 *
387 * @param string $table Table name
388 * @param string $field Field name to check
389 * @param string $patchFile Path to the patch to correct the field
390 * @return bool
391 */
392 protected function checkBin( $table, $field, $patchFile ) {
393 if ( !$this->doTable( $table ) ) {
394 return true;
395 }
396
397 /** @var MySQLField $fieldInfo */
398 $fieldInfo = $this->db->fieldInfo( $table, $field );
399 if ( $fieldInfo->isBinary() ) {
400 $this->output( "...$table table has correct $field encoding.\n" );
401 } else {
402 $this->applyPatch( $patchFile, false, "Fixing $field encoding on $table table" );
403 }
404 }
405
406 /**
407 * Check whether an index contain a field
408 *
409 * @param string $table Table name
410 * @param string $index Index name to check
411 * @param string $field Field that should be in the index
412 * @return bool
413 */
414 protected function indexHasField( $table, $index, $field ) {
415 if ( !$this->doTable( $table ) ) {
416 return true;
417 }
418
419 $info = $this->db->indexInfo( $table, $index, __METHOD__ );
420 if ( $info ) {
421 foreach ( $info as $row ) {
422 if ( $row->Column_name == $field ) {
423 $this->output( "...index $index on table $table includes field $field.\n" );
424
425 return true;
426 }
427 }
428 }
429 $this->output( "...index $index on table $table has no field $field; added.\n" );
430
431 return false;
432 }
433
434 /**
435 * Check that interwiki table exists; if it doesn't source it
436 */
437 protected function doInterwikiUpdate() {
438 global $IP;
439
440 if ( !$this->doTable( 'interwiki' ) ) {
441 return;
442 }
443
444 if ( $this->db->tableExists( "interwiki", __METHOD__ ) ) {
445 $this->output( "...already have interwiki table\n" );
446
447 return;
448 }
449
450 $this->applyPatch( 'patch-interwiki.sql', false, 'Creating interwiki table' );
451 $this->applyPatch(
452 "$IP/maintenance/interwiki.sql",
453 true,
454 'Adding default interwiki definitions'
455 );
456 }
457
458 /**
459 * Check that proper indexes are in place
460 */
461 protected function doIndexUpdate() {
462 $meta = $this->db->fieldInfo( 'recentchanges', 'rc_timestamp' );
463 if ( $meta === false ) {
464 throw new MWException( 'Missing rc_timestamp field of recentchanges table. Should not happen.' );
465 }
466 if ( $meta->isMultipleKey() ) {
467 $this->output( "...indexes seem up to 20031107 standards.\n" );
468
469 return;
470 }
471
472 $this->applyPatch( 'patch-indexes.sql', true, "Updating indexes to 20031107" );
473 }
474
475 protected function doOldLinksUpdate() {
476 $cl = $this->maintenance->runChild( ConvertLinks::class );
477 $cl->execute();
478 }
479
480 protected function doFixAncientImagelinks() {
481 $info = $this->db->fieldInfo( 'imagelinks', 'il_from' );
482 if ( !$info || $info->type() !== 'string' ) {
483 $this->output( "...il_from OK\n" );
484
485 return;
486 }
487
488 $applied = $this->applyPatch(
489 'patch-fix-il_from.sql',
490 false,
491 'Fixing ancient broken imagelinks table.'
492 );
493
494 if ( $applied ) {
495 $this->output( "NOTE: you will have to run maintenance/refreshLinks.php after this." );
496 }
497 }
498
499 /**
500 * Check if we need to add talk page rows to the watchlist
501 */
502 function doWatchlistUpdate() {
503 $talk = $this->db->selectField( 'watchlist', 'count(*)', 'wl_namespace & 1', __METHOD__ );
504 $nontalk = $this->db->selectField(
505 'watchlist',
506 'count(*)',
507 'NOT (wl_namespace & 1)',
508 __METHOD__
509 );
510 if ( $talk == $nontalk ) {
511 $this->output( "...watchlist talk page rows already present.\n" );
512
513 return;
514 }
515
516 $insertOpts = [ 'IGNORE' ];
517 $selectOpts = [];
518
519 // If wl_id exists, make insertSelect() more replication-safe by
520 // ordering on that column. If not, hint that it should be safe anyway.
521 if ( $this->db->fieldExists( 'watchlist', 'wl_id', __METHOD__ ) ) {
522 $selectOpts['ORDER BY'] = 'wl_id';
523 } else {
524 $insertOpts[] = 'NO_AUTO_COLUMNS';
525 }
526
527 $this->output( "Adding missing watchlist talk page rows... " );
528 $this->db->insertSelect( 'watchlist', 'watchlist',
529 [
530 'wl_user' => 'wl_user',
531 'wl_namespace' => 'wl_namespace | 1',
532 'wl_title' => 'wl_title',
533 'wl_notificationtimestamp' => 'wl_notificationtimestamp'
534 ], [ 'NOT (wl_namespace & 1)' ], __METHOD__, $insertOpts, $selectOpts );
535 $this->output( "done.\n" );
536
537 $this->output( "Adding missing watchlist subject page rows... " );
538 $this->db->insertSelect( 'watchlist', 'watchlist',
539 [
540 'wl_user' => 'wl_user',
541 'wl_namespace' => 'wl_namespace & ~1',
542 'wl_title' => 'wl_title',
543 'wl_notificationtimestamp' => 'wl_notificationtimestamp'
544 ], [ 'wl_namespace & 1' ], __METHOD__, $insertOpts, $selectOpts );
545 $this->output( "done.\n" );
546 }
547
548 function doSchemaRestructuring() {
549 if ( $this->db->tableExists( 'page', __METHOD__ ) ) {
550 $this->output( "...page table already exists.\n" );
551
552 return;
553 }
554
555 $this->output( "...converting from cur/old to page/revision/text DB structure.\n" );
556 $this->output( wfTimestamp( TS_DB ) );
557 $this->output( "......checking for duplicate entries.\n" );
558
559 list( $cur, $old, $page, $revision, $text ) = $this->db->tableNamesN(
560 'cur',
561 'old',
562 'page',
563 'revision',
564 'text'
565 );
566
567 $rows = $this->db->query( "
568 SELECT cur_title, cur_namespace, COUNT(cur_namespace) AS c
569 FROM $cur
570 GROUP BY cur_title, cur_namespace
571 HAVING c>1",
572 __METHOD__
573 );
574
575 if ( $rows->numRows() > 0 ) {
576 $this->output( wfTimestamp( TS_DB ) );
577 $this->output( "......<b>Found duplicate entries</b>\n" );
578 $this->output( sprintf( "<b> %-60s %3s %5s</b>\n", 'Title', 'NS', 'Count' ) );
579 $duplicate = [];
580 foreach ( $rows as $row ) {
581 if ( !isset( $duplicate[$row->cur_namespace] ) ) {
582 $duplicate[$row->cur_namespace] = [];
583 }
584
585 $duplicate[$row->cur_namespace][] = $row->cur_title;
586 $this->output( sprintf(
587 " %-60s %3s %5s\n",
588 $row->cur_title, $row->cur_namespace,
589 $row->c
590 ) );
591 }
592 $sql = "SELECT cur_title, cur_namespace, cur_id, cur_timestamp FROM $cur WHERE ";
593 $dupeTitles = [];
594 foreach ( $duplicate as $ns => $titles ) {
595 $dupeTitles[] = "( cur_namespace = {$ns} AND cur_title in ("
596 . $this->db->makeList( $titles ) . ") ) \n";
597 }
598 $sql .= $this->db->makeList( $dupeTitles, IDatabase::LIST_OR );
599 # By sorting descending, the most recent entry will be the first in the list.
600 # All following entries will be deleted by the next while-loop.
601 $sql .= 'ORDER BY cur_namespace, cur_title, cur_timestamp DESC';
602
603 $rows = $this->db->query( $sql, __METHOD__ );
604
605 $prev_title = $prev_namespace = false;
606 $deleteId = [];
607
608 foreach ( $rows as $row ) {
609 if ( $prev_title == $row->cur_title && $prev_namespace == $row->cur_namespace ) {
610 $deleteId[] = (int)$row->cur_id;
611 }
612 $prev_title = $row->cur_title;
613 $prev_namespace = $row->cur_namespace;
614 }
615 $sql = "DELETE FROM $cur WHERE cur_id IN ( " . implode( ',', $deleteId ) . ')';
616 $this->db->query( $sql, __METHOD__ );
617 $this->output( wfTimestamp( TS_DB ) );
618 $this->output( "......<b>Deleted</b> " . $this->db->affectedRows() . " records.\n" );
619 }
620
621 $this->output( wfTimestamp( TS_DB ) );
622 $this->output( "......Creating tables.\n" );
623 $this->db->query( "CREATE TABLE $page (
624 page_id int(8) unsigned NOT NULL auto_increment,
625 page_namespace int NOT NULL,
626 page_title varchar(255) binary NOT NULL,
627 page_restrictions tinyblob NOT NULL,
628 page_is_redirect tinyint(1) unsigned NOT NULL default '0',
629 page_is_new tinyint(1) unsigned NOT NULL default '0',
630 page_random real unsigned NOT NULL,
631 page_touched char(14) binary NOT NULL default '',
632 page_latest int(8) unsigned NOT NULL,
633 page_len int(8) unsigned NOT NULL,
634
635 PRIMARY KEY page_id (page_id),
636 UNIQUE INDEX name_title (page_namespace,page_title),
637 INDEX (page_random),
638 INDEX (page_len)
639 ) ENGINE=InnoDB", __METHOD__ );
640 $this->db->query( "CREATE TABLE $revision (
641 rev_id int(8) unsigned NOT NULL auto_increment,
642 rev_page int(8) unsigned NOT NULL,
643 rev_comment tinyblob NOT NULL,
644 rev_user int(5) unsigned NOT NULL default '0',
645 rev_user_text varchar(255) binary NOT NULL default '',
646 rev_timestamp char(14) binary NOT NULL default '',
647 rev_minor_edit tinyint(1) unsigned NOT NULL default '0',
648 rev_deleted tinyint(1) unsigned NOT NULL default '0',
649 rev_len int(8) unsigned,
650 rev_parent_id int(8) unsigned default NULL,
651 PRIMARY KEY rev_page_id (rev_page, rev_id),
652 UNIQUE INDEX rev_id (rev_id),
653 INDEX rev_timestamp (rev_timestamp),
654 INDEX page_timestamp (rev_page,rev_timestamp),
655 INDEX user_timestamp (rev_user,rev_timestamp),
656 INDEX usertext_timestamp (rev_user_text,rev_timestamp)
657 ) ENGINE=InnoDB", __METHOD__ );
658
659 $this->output( wfTimestamp( TS_DB ) );
660 $this->output( "......Locking tables.\n" );
661 $this->db->query(
662 "LOCK TABLES $page WRITE, $revision WRITE, $old WRITE, $cur WRITE",
663 __METHOD__
664 );
665
666 $maxold = intval( $this->db->selectField( 'old', 'max(old_id)', '', __METHOD__ ) );
667 $this->output( wfTimestamp( TS_DB ) );
668 $this->output( "......maxold is {$maxold}\n" );
669
670 $this->output( wfTimestamp( TS_DB ) );
671 global $wgLegacySchemaConversion;
672 if ( $wgLegacySchemaConversion ) {
673 // Create HistoryBlobCurStub entries.
674 // Text will be pulled from the leftover 'cur' table at runtime.
675 $this->output( "......Moving metadata from cur; using blob references to text in cur table.\n" );
676 $cur_text = "concat('O:18:\"historyblobcurstub\":1:{s:6:\"mCurId\";i:',cur_id,';}')";
677 $cur_flags = "'object'";
678 } else {
679 // Copy all cur text in immediately: this may take longer but avoids
680 // having to keep an extra table around.
681 $this->output( "......Moving text from cur.\n" );
682 $cur_text = 'cur_text';
683 $cur_flags = "''";
684 }
685 $this->db->query(
686 "INSERT INTO $old (old_namespace, old_title, old_text, old_comment, old_user,
687 old_user_text, old_timestamp, old_minor_edit, old_flags)
688 SELECT cur_namespace, cur_title, $cur_text, cur_comment, cur_user, cur_user_text,
689 cur_timestamp, cur_minor_edit, $cur_flags
690 FROM $cur",
691 __METHOD__
692 );
693
694 $this->output( wfTimestamp( TS_DB ) );
695 $this->output( "......Setting up revision table.\n" );
696 $this->db->query(
697 "INSERT INTO $revision (rev_id, rev_page, rev_comment, rev_user,
698 rev_user_text, rev_timestamp, rev_minor_edit)
699 SELECT old_id, cur_id, old_comment, old_user, old_user_text,
700 old_timestamp, old_minor_edit
701 FROM $old,$cur WHERE old_namespace=cur_namespace AND old_title=cur_title",
702 __METHOD__
703 );
704
705 $this->output( wfTimestamp( TS_DB ) );
706 $this->output( "......Setting up page table.\n" );
707 $this->db->query(
708 "INSERT INTO $page (page_id, page_namespace, page_title,
709 page_restrictions, page_is_redirect, page_is_new, page_random,
710 page_touched, page_latest, page_len)
711 SELECT cur_id, cur_namespace, cur_title, cur_restrictions,
712 cur_is_redirect, cur_is_new, cur_random, cur_touched, rev_id, LENGTH(cur_text)
713 FROM $cur,$revision
714 WHERE cur_id=rev_page AND rev_timestamp=cur_timestamp AND rev_id > {$maxold}",
715 __METHOD__
716 );
717
718 $this->output( wfTimestamp( TS_DB ) );
719 $this->output( "......Unlocking tables.\n" );
720 $this->db->query( "UNLOCK TABLES", __METHOD__ );
721
722 $this->output( wfTimestamp( TS_DB ) );
723 $this->output( "......Renaming old.\n" );
724 $this->db->query( "ALTER TABLE $old RENAME TO $text", __METHOD__ );
725
726 $this->output( wfTimestamp( TS_DB ) );
727 $this->output( "...done.\n" );
728 }
729
730 protected function doNamespaceSize() {
731 $tables = [
732 'page' => 'page',
733 'archive' => 'ar',
734 'recentchanges' => 'rc',
735 'watchlist' => 'wl',
736 'querycache' => 'qc',
737 'logging' => 'log',
738 ];
739 foreach ( $tables as $table => $prefix ) {
740 $field = $prefix . '_namespace';
741
742 $tablename = $this->db->tableName( $table );
743 $result = $this->db->query( "SHOW COLUMNS FROM $tablename LIKE '$field'", __METHOD__ );
744 $info = $this->db->fetchObject( $result );
745
746 if ( substr( $info->Type, 0, 3 ) == 'int' ) {
747 $this->output( "...$field is already a full int ($info->Type).\n" );
748 } else {
749 $this->output( "Promoting $field from $info->Type to int... " );
750 $this->db->query( "ALTER TABLE $tablename MODIFY $field int NOT NULL", __METHOD__ );
751 $this->output( "done.\n" );
752 }
753 }
754 }
755
756 protected function doPagelinksUpdate() {
757 if ( $this->db->tableExists( 'pagelinks', __METHOD__ ) ) {
758 $this->output( "...already have pagelinks table.\n" );
759
760 return;
761 }
762
763 $this->applyPatch(
764 'patch-pagelinks.sql',
765 false,
766 'Converting links and brokenlinks tables to pagelinks'
767 );
768
769 foreach (
770 MediaWikiServices::getInstance()->getContentLanguage()->getNamespaces() as $ns => $name
771 ) {
772 if ( $ns == 0 ) {
773 continue;
774 }
775
776 $this->output( "Cleaning up broken links for namespace $ns... " );
777 $this->db->update( 'pagelinks',
778 [
779 'pl_namespace' => $ns,
780 "pl_title = TRIM(LEADING {$this->db->addQuotes( "$name:" )} FROM pl_title)",
781 ],
782 [
783 'pl_namespace' => 0,
784 'pl_title' . $this->db->buildLike( "$name:", $this->db->anyString() ),
785 ],
786 __METHOD__
787 );
788 $this->output( "done.\n" );
789 }
790 }
791
792 protected function doUserUniqueUpdate() {
793 if ( !$this->doTable( 'user' ) ) {
794 return true;
795 }
796
797 $duper = new UserDupes( $this->db, [ $this, 'output' ] );
798 if ( $duper->hasUniqueIndex() ) {
799 $this->output( "...already have unique user_name index.\n" );
800
801 return;
802 }
803
804 if ( !$duper->clearDupes() ) {
805 $this->output( "WARNING: This next step will probably fail due to unfixed duplicates...\n" );
806 }
807 $this->applyPatch( 'patch-user_nameindex.sql', false, "Adding unique index on user_name" );
808 }
809
810 protected function doUserGroupsUpdate() {
811 if ( !$this->doTable( 'user_groups' ) ) {
812 return true;
813 }
814
815 if ( $this->db->tableExists( 'user_groups', __METHOD__ ) ) {
816 $info = $this->db->fieldInfo( 'user_groups', 'ug_group' );
817 if ( $info->type() == 'int' ) {
818 $oldug = $this->db->tableName( 'user_groups' );
819 $newug = $this->db->tableName( 'user_groups_bogus' );
820 $this->output( "user_groups table exists but is in bogus intermediate " .
821 "format. Renaming to $newug... " );
822 $this->db->query( "ALTER TABLE $oldug RENAME TO $newug", __METHOD__ );
823 $this->output( "done.\n" );
824
825 $this->applyPatch( 'patch-user_groups.sql', false, "Re-adding fresh user_groups table" );
826
827 $this->output( "***\n" );
828 $this->output( "*** WARNING: You will need to manually fix up user " .
829 "permissions in the user_groups\n" );
830 $this->output( "*** table. Old 1.5 alpha versions did some pretty funky stuff...\n" );
831 $this->output( "***\n" );
832 } else {
833 $this->output( "...user_groups table exists and is in current format.\n" );
834 }
835
836 return;
837 }
838
839 $this->applyPatch( 'patch-user_groups.sql', false, "Adding user_groups table" );
840
841 if ( !$this->db->tableExists( 'user_rights', __METHOD__ ) ) {
842 if ( $this->db->fieldExists( 'user', 'user_rights', __METHOD__ ) ) {
843 $this->applyPatch(
844 'patch-user_rights.sql',
845 false,
846 'Upgrading from a 1.3 or older database? Breaking out user_rights for conversion'
847 );
848 } else {
849 $this->output( "*** WARNING: couldn't locate user_rights table or field for upgrade.\n" );
850 $this->output( "*** You may need to manually configure some sysops by manipulating\n" );
851 $this->output( "*** the user_groups table.\n" );
852
853 return;
854 }
855 }
856
857 $this->output( "Converting user_rights table to user_groups... " );
858 $result = $this->db->select( 'user_rights',
859 [ 'ur_user', 'ur_rights' ],
860 [ "ur_rights != ''" ],
861 __METHOD__ );
862
863 foreach ( $result as $row ) {
864 $groups = array_unique(
865 array_map( 'trim',
866 explode( ',', $row->ur_rights ) ) );
867
868 foreach ( $groups as $group ) {
869 $this->db->insert( 'user_groups',
870 [
871 'ug_user' => $row->ur_user,
872 'ug_group' => $group ],
873 __METHOD__ );
874 }
875 }
876 $this->output( "done.\n" );
877 }
878
879 /**
880 * Make sure wl_notificationtimestamp can be NULL,
881 * and update old broken items.
882 */
883 protected function doWatchlistNull() {
884 $info = $this->db->fieldInfo( 'watchlist', 'wl_notificationtimestamp' );
885 if ( !$info ) {
886 return;
887 }
888 if ( $info->isNullable() ) {
889 $this->output( "...wl_notificationtimestamp is already nullable.\n" );
890
891 return;
892 }
893
894 $this->applyPatch(
895 'patch-watchlist-null.sql',
896 false,
897 'Making wl_notificationtimestamp nullable'
898 );
899 }
900
901 /**
902 * Set page_random field to a random value where it is equals to 0.
903 *
904 * @see T5946
905 */
906 protected function doPageRandomUpdate() {
907 $page = $this->db->tableName( 'page' );
908 $this->db->query( "UPDATE $page SET page_random = RAND() WHERE page_random = 0", __METHOD__ );
909 $rows = $this->db->affectedRows();
910
911 if ( $rows ) {
912 $this->output( "Set page_random to a random value on $rows rows where it was set to 0\n" );
913 } else {
914 $this->output( "...no page_random rows needed to be set\n" );
915 }
916 }
917
918 protected function doTemplatelinksUpdate() {
919 if ( $this->db->tableExists( 'templatelinks', __METHOD__ ) ) {
920 $this->output( "...templatelinks table already exists\n" );
921
922 return;
923 }
924
925 $this->applyPatch( 'patch-templatelinks.sql', false, "Creating templatelinks table" );
926
927 $this->output( "Populating...\n" );
928 $services = MediaWikiServices::getInstance();
929 if ( $services->getDBLoadBalancer()->getServerCount() > 1 ) {
930 // Slow, replication-friendly update
931 $res = $this->db->select( 'pagelinks', [ 'pl_from', 'pl_namespace', 'pl_title' ],
932 [ 'pl_namespace' => NS_TEMPLATE ], __METHOD__ );
933 $count = 0;
934 foreach ( $res as $row ) {
935 $count = ( $count + 1 ) % 100;
936 if ( $count == 0 ) {
937 $lbFactory = $services->getDBLoadBalancerFactory();
938 $lbFactory->waitForReplication( [
939 'domain' => $lbFactory->getLocalDomainID(),
940 'timeout' => self::REPLICATION_WAIT_TIMEOUT
941 ] );
942 }
943 $this->db->insert( 'templatelinks',
944 [
945 'tl_from' => $row->pl_from,
946 'tl_namespace' => $row->pl_namespace,
947 'tl_title' => $row->pl_title,
948 ], __METHOD__
949 );
950 }
951 } else {
952 // Fast update
953 $this->db->insertSelect( 'templatelinks', 'pagelinks',
954 [
955 'tl_from' => 'pl_from',
956 'tl_namespace' => 'pl_namespace',
957 'tl_title' => 'pl_title'
958 ], [
959 'pl_namespace' => 10
960 ], __METHOD__,
961 [ 'NO_AUTO_COLUMNS' ] // There's no "tl_id" auto-increment field
962 );
963 }
964 $this->output( "Done. Please run maintenance/refreshLinks.php for a more " .
965 "thorough templatelinks update.\n" );
966 }
967
968 protected function doBacklinkingIndicesUpdate() {
969 if ( !$this->indexHasField( 'pagelinks', 'pl_namespace', 'pl_from' ) ||
970 !$this->indexHasField( 'templatelinks', 'tl_namespace', 'tl_from' ) ||
971 !$this->indexHasField( 'imagelinks', 'il_to', 'il_from' )
972 ) {
973 $this->applyPatch( 'patch-backlinkindexes.sql', false, "Updating backlinking indices" );
974 }
975 }
976
977 /**
978 * Adding page_restrictions table, obsoleting page.page_restrictions.
979 * Migrating old restrictions to new table
980 * -- Andrew Garrett, January 2007.
981 */
982 protected function doRestrictionsUpdate() {
983 if ( $this->db->tableExists( 'page_restrictions', __METHOD__ ) ) {
984 $this->output( "...page_restrictions table already exists.\n" );
985
986 return;
987 }
988
989 $this->applyPatch(
990 'patch-page_restrictions.sql',
991 false,
992 'Creating page_restrictions table (1/2)'
993 );
994 $this->applyPatch(
995 'patch-page_restrictions_sortkey.sql',
996 false,
997 'Creating page_restrictions table (2/2)'
998 );
999 $this->output( "done.\n" );
1000
1001 $this->output( "Migrating old restrictions to new table...\n" );
1002 $task = $this->maintenance->runChild( UpdateRestrictions::class );
1003 $task->execute();
1004 }
1005
1006 protected function doCategorylinksIndicesUpdate() {
1007 if ( !$this->indexHasField( 'categorylinks', 'cl_sortkey', 'cl_from' ) ) {
1008 $this->applyPatch( 'patch-categorylinksindex.sql', false, "Updating categorylinks Indices" );
1009 }
1010 }
1011
1012 protected function doCategoryPopulation() {
1013 if ( $this->updateRowExists( 'populate category' ) ) {
1014 $this->output( "...category table already populated.\n" );
1015
1016 return;
1017 }
1018
1019 $this->output(
1020 "Populating category table, printing progress markers. " .
1021 "For large databases, you\n" .
1022 "may want to hit Ctrl-C and do this manually with maintenance/\n" .
1023 "populateCategory.php.\n"
1024 );
1025 $task = $this->maintenance->runChild( PopulateCategory::class );
1026 $task->execute();
1027 $this->output( "Done populating category table.\n" );
1028 }
1029
1030 protected function doPopulateParentId() {
1031 if ( !$this->updateRowExists( 'populate rev_parent_id' ) ) {
1032 $this->output(
1033 "Populating rev_parent_id fields, printing progress markers. For large\n" .
1034 "databases, you may want to hit Ctrl-C and do this manually with\n" .
1035 "maintenance/populateParentId.php.\n" );
1036
1037 $task = $this->maintenance->runChild( PopulateParentId::class );
1038 $task->execute();
1039 }
1040 }
1041
1042 protected function doMaybeProfilingMemoryUpdate() {
1043 if ( !$this->doTable( 'profiling' ) ) {
1044 return true;
1045 }
1046
1047 if ( !$this->db->tableExists( 'profiling', __METHOD__ ) ) {
1048 return true;
1049 } elseif ( $this->db->fieldExists( 'profiling', 'pf_memory', __METHOD__ ) ) {
1050 $this->output( "...profiling table has pf_memory field.\n" );
1051
1052 return true;
1053 }
1054
1055 return $this->applyPatch(
1056 'patch-profiling-memory.sql',
1057 false,
1058 'Adding pf_memory field to table profiling'
1059 );
1060 }
1061
1062 protected function doFilearchiveIndicesUpdate() {
1063 $info = $this->db->indexInfo( 'filearchive', 'fa_user_timestamp', __METHOD__ );
1064 if ( !$info ) {
1065 $this->applyPatch( 'patch-filearchive-user-index.sql', false, "Updating filearchive indices" );
1066 }
1067
1068 return true;
1069 }
1070
1071 protected function doNonUniquePlTlIl() {
1072 $info = $this->db->indexInfo( 'pagelinks', 'pl_namespace' );
1073 if ( is_array( $info ) && $info[0]->Non_unique ) {
1074 $this->output( "...pl_namespace, tl_namespace, il_to indices are already non-UNIQUE.\n" );
1075
1076 return true;
1077 }
1078 if ( $this->skipSchema ) {
1079 $this->output( "...skipping schema change (making pl_namespace, tl_namespace " .
1080 "and il_to indices non-UNIQUE).\n" );
1081
1082 return false;
1083 }
1084
1085 return $this->applyPatch(
1086 'patch-pl-tl-il-nonunique.sql',
1087 false,
1088 'Making pl_namespace, tl_namespace and il_to indices non-UNIQUE'
1089 );
1090 }
1091
1092 protected function doUpdateMimeMinorField() {
1093 if ( $this->updateRowExists( 'mime_minor_length' ) ) {
1094 $this->output( "...*_mime_minor fields are already long enough.\n" );
1095
1096 return;
1097 }
1098
1099 $this->applyPatch(
1100 'patch-mime_minor_length.sql',
1101 false,
1102 'Altering all *_mime_minor fields to 100 bytes in size'
1103 );
1104 }
1105
1106 protected function doClFieldsUpdate() {
1107 if ( $this->updateRowExists( 'cl_fields_update' ) ) {
1108 $this->output( "...categorylinks up-to-date.\n" );
1109
1110 return;
1111 }
1112
1113 $this->applyPatch(
1114 'patch-categorylinks-better-collation2.sql',
1115 false,
1116 'Updating categorylinks (again)'
1117 );
1118 }
1119
1120 protected function doLangLinksLengthUpdate() {
1121 $langlinks = $this->db->tableName( 'langlinks' );
1122 $res = $this->db->query( "SHOW COLUMNS FROM $langlinks LIKE 'll_lang'" );
1123 $row = $this->db->fetchObject( $res );
1124
1125 if ( $row && $row->Type == "varbinary(10)" ) {
1126 $this->applyPatch(
1127 'patch-langlinks-ll_lang-20.sql',
1128 false,
1129 'Updating length of ll_lang in langlinks'
1130 );
1131 } else {
1132 $this->output( "...ll_lang is up-to-date.\n" );
1133 }
1134 }
1135
1136 protected function doUserNewTalkTimestampNotNull() {
1137 if ( !$this->doTable( 'user_newtalk' ) ) {
1138 return true;
1139 }
1140
1141 $info = $this->db->fieldInfo( 'user_newtalk', 'user_last_timestamp' );
1142 if ( $info === false ) {
1143 return;
1144 }
1145 if ( $info->isNullable() ) {
1146 $this->output( "...user_last_timestamp is already nullable.\n" );
1147
1148 return;
1149 }
1150
1151 $this->applyPatch(
1152 'patch-user-newtalk-timestamp-null.sql',
1153 false,
1154 'Making user_last_timestamp nullable'
1155 );
1156 }
1157
1158 protected function doIwlinksIndexNonUnique() {
1159 $info = $this->db->indexInfo( 'iwlinks', 'iwl_prefix_title_from' );
1160 if ( is_array( $info ) && $info[0]->Non_unique ) {
1161 $this->output( "...iwl_prefix_title_from index is already non-UNIQUE.\n" );
1162
1163 return true;
1164 }
1165 if ( $this->skipSchema ) {
1166 $this->output( "...skipping schema change (making iwl_prefix_title_from index non-UNIQUE).\n" );
1167
1168 return false;
1169 }
1170
1171 return $this->applyPatch(
1172 'patch-iwl_prefix_title_from-non-unique.sql',
1173 false,
1174 'Making iwl_prefix_title_from index non-UNIQUE'
1175 );
1176 }
1177
1178 protected function doUnsignedSyncronisation() {
1179 $sync = [
1180 [ 'table' => 'bot_passwords', 'field' => 'bp_user' ],
1181 [ 'table' => 'change_tag', 'field' => 'ct_log_id' ],
1182 [ 'table' => 'change_tag', 'field' => 'ct_rev_id' ],
1183 [ 'table' => 'page_restrictions', 'field' => 'pr_user' ],
1184 [ 'table' => 'user_newtalk', 'field' => 'user_id' ],
1185 [ 'table' => 'user_properties', 'field' => 'up_user' ],
1186 ];
1187
1188 foreach ( $sync as $s ) {
1189 if ( !$this->doTable( $s['table'] ) ) {
1190 continue;
1191 }
1192
1193 $info = $this->db->fieldInfo( $s['table'], $s['field'] );
1194 if ( $info === false ) {
1195 continue;
1196 }
1197 $fullName = "{$s['table']}.{$s['field']}";
1198 if ( $info->isUnsigned() ) {
1199 $this->output( "...$fullName is already unsigned int.\n" );
1200
1201 continue;
1202 }
1203
1204 $this->applyPatch(
1205 "patch-{$s['table']}-{$s['field']}-unsigned.sql",
1206 false,
1207 "Making $fullName into an unsigned int"
1208 );
1209 }
1210
1211 return true;
1212 }
1213
1214 protected function doRevisionPageRevIndexNonUnique() {
1215 if ( !$this->doTable( 'revision' ) ) {
1216 return true;
1217 } elseif ( !$this->db->indexExists( 'revision', 'rev_page_id' ) ) {
1218 $this->output( "...rev_page_id index not found on revision.\n" );
1219 return true;
1220 }
1221
1222 if ( !$this->db->indexUnique( 'revision', 'rev_page_id' ) ) {
1223 $this->output( "...rev_page_id index already non-unique.\n" );
1224 return true;
1225 }
1226
1227 return $this->applyPatch(
1228 'patch-revision-page-rev-index-nonunique.sql',
1229 false,
1230 'Making rev_page_id index non-unique'
1231 );
1232 }
1233
1234 protected function doExtendCommentLengths() {
1235 $table = $this->db->tableName( 'revision' );
1236 $res = $this->db->query( "SHOW COLUMNS FROM $table LIKE 'rev_comment'" );
1237 $row = $this->db->fetchObject( $res );
1238
1239 if ( $row && ( $row->Type !== "varbinary(767)" || $row->Default !== "" ) ) {
1240 $this->applyPatch(
1241 'patch-editsummary-length.sql',
1242 false,
1243 'Extending edit summary lengths (and setting defaults)'
1244 );
1245 } else {
1246 $this->output( "...comment fields are up to date.\n" );
1247 }
1248 }
1249
1250 public function getSchemaVars() {
1251 global $wgDBTableOptions;
1252
1253 $vars = [];
1254 $vars['wgDBTableOptions'] = str_replace( 'TYPE', 'ENGINE', $wgDBTableOptions );
1255 $vars['wgDBTableOptions'] = str_replace(
1256 'CHARSET=mysql4',
1257 'CHARSET=binary',
1258 $vars['wgDBTableOptions']
1259 );
1260
1261 return $vars;
1262 }
1263 }