3 * Oracle-specific updater.
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.
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.
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
25 * Class for handling updates to Oracle databases.
30 class OracleUpdater
extends DatabaseUpdater
{
33 * Handle to the database subclass
39 protected function getCoreUpdateList() {
41 [ 'disableContentHandlerUseDB' ],
44 [ 'doNamespaceDefaults' ],
45 [ 'doFKRenameDeferr' ],
47 [ 'doSchemaUpgrade17' ],
49 [ 'doRemoveNotNullEmptyDefaults' ],
50 [ 'addTable', 'user_former_groups', 'patch-user_former_groups.sql' ],
53 [ 'addIndex', 'user', 'i02', 'patch-user_email_index.sql' ],
54 [ 'modifyField', 'user_properties', 'up_property', 'patch-up_property.sql' ],
55 [ 'addTable', 'uploadstash', 'patch-uploadstash.sql' ],
56 [ 'doRecentchangesFK2Cascade' ],
59 [ 'addIndex', 'logging', 'i05', 'patch-logging_type_action_index.sql' ],
60 [ 'addField', 'revision', 'rev_sha1', 'patch-rev_sha1_field.sql' ],
61 [ 'addField', 'archive', 'ar_sha1', 'patch-ar_sha1_field.sql' ],
62 [ 'doRemoveNotNullEmptyDefaults2' ],
63 [ 'addIndex', 'page', 'i03', 'patch-page_redirect_namespace_len.sql' ],
64 [ 'addField', 'uploadstash', 'us_chunk_inx', 'patch-us_chunk_inx_field.sql' ],
65 [ 'addField', 'job', 'job_timestamp', 'patch-job_timestamp_field.sql' ],
66 [ 'addIndex', 'job', 'i02', 'patch-job_timestamp_index.sql' ],
67 [ 'doPageRestrictionsPKUKFix' ],
70 [ 'addIndex', 'ipblocks', 'i05', 'patch-ipblocks_i05_index.sql' ],
71 [ 'addIndex', 'revision', 'i05', 'patch-revision_i05_index.sql' ],
72 [ 'dropField', 'category', 'cat_hidden', 'patch-cat_hidden.sql' ],
75 [ 'addField', 'revision', 'rev_content_format',
76 'patch-revision-rev_content_format.sql' ],
77 [ 'addField', 'revision', 'rev_content_model',
78 'patch-revision-rev_content_model.sql' ],
79 [ 'addField', 'archive', 'ar_content_format', 'patch-archive-ar_content_format.sql' ],
80 [ 'addField', 'archive', 'ar_content_model', 'patch-archive-ar_content_model.sql' ],
81 [ 'addField', 'archive', 'ar_id', 'patch-archive-ar_id.sql' ],
82 [ 'addField', 'externallinks', 'el_id', 'patch-externallinks-el_id.sql' ],
83 [ 'addField', 'page', 'page_content_model', 'patch-page-page_content_model.sql' ],
84 [ 'enableContentHandlerUseDB' ],
85 [ 'dropField', 'site_stats', 'ss_admins', 'patch-ss_admins.sql' ],
86 [ 'dropField', 'recentchanges', 'rc_moved_to_title', 'patch-rc_moved.sql' ],
87 [ 'addTable', 'sites', 'patch-sites.sql' ],
88 [ 'addField', 'filearchive', 'fa_sha1', 'patch-fa_sha1.sql' ],
89 [ 'addField', 'job', 'job_token', 'patch-job_token.sql' ],
90 [ 'addField', 'job', 'job_attempts', 'patch-job_attempts.sql' ],
91 [ 'addField', 'uploadstash', 'us_props', 'patch-uploadstash-us_props.sql' ],
92 [ 'modifyField', 'user_groups', 'ug_group', 'patch-ug_group-length-increase-255.sql' ],
93 [ 'modifyField', 'user_former_groups', 'ufg_group',
94 'patch-ufg_group-length-increase-255.sql' ],
97 [ 'addIndex', 'logging', 'i06', 'patch-logging_user_text_type_time_index.sql' ],
98 [ 'addIndex', 'logging', 'i07', 'patch-logging_user_text_time_index.sql' ],
99 [ 'addField', 'user', 'user_password_expires', 'patch-user_password_expire.sql' ],
100 [ 'addField', 'page', 'page_links_updated', 'patch-page_links_updated.sql' ],
101 [ 'addField', 'recentchanges', 'rc_source', 'patch-rc_source.sql' ],
104 [ 'addField', 'page', 'page_lang', 'patch-page-page_lang.sql' ],
107 [ 'dropTable', 'hitcounter' ],
108 [ 'dropField', 'site_stats', 'ss_total_views', 'patch-drop-ss_total_views.sql' ],
109 [ 'dropField', 'page', 'page_counter', 'patch-drop-page_counter.sql' ],
112 [ 'dropTable', 'msg_resource_links' ],
113 [ 'dropTable', 'msg_resource' ],
114 [ 'addField', 'watchlist', 'wl_id', 'patch-watchlist-wl_id.sql' ],
117 [ 'addIndex', 'recentchanges', 'rc_name_type_patrolled_timestamp',
118 'patch-add-rc_name_type_patrolled_timestamp_index.sql' ],
119 [ 'addField', 'change_tag', 'ct_id', 'patch-change_tag-ct_id.sql' ],
120 [ 'addField', 'tag_summary', 'ts_id', 'patch-tag_summary-ts_id.sql' ],
123 [ 'addField', 'externallinks', 'el_index_60', 'patch-externallinks-el_index_60.sql' ],
125 // KEEP THIS AT THE BOTTOM!!
126 [ 'doRebuildDuplicateFunction' ],
132 * MySQL uses datatype defaults for NULL inserted into NOT NULL fields
133 * In namespace case that results into insert of 0 which is default namespace
134 * Oracle inserts NULL, so namespace fields should have a default value
136 protected function doNamespaceDefaults() {
137 $meta = $this->db
->fieldInfo( 'page', 'page_namespace' );
138 if ( $meta->defaultValue() != null ) {
143 'patch_namespace_defaults.sql',
145 'Altering namespace fields with default value'
150 * Uniform FK names + deferrable state
152 protected function doFKRenameDeferr() {
153 $meta = $this->db
->query( '
155 FROM user_constraints
156 WHERE constraint_type = \'R\' AND deferrable = \'DEFERRABLE\''
158 $row = $meta->fetchRow();
159 if ( $row && $row['cnt'] > 0 ) {
163 $this->applyPatch( 'patch_fk_rename_deferred.sql', false, "Altering foreign keys ... " );
167 * Recreate functions to 17 schema layout
169 protected function doFunctions17() {
170 $this->applyPatch( 'patch_create_17_functions.sql', false, "Recreating functions" );
174 * Schema upgrade 16->17
175 * there are no incremental patches prior to this
177 protected function doSchemaUpgrade17() {
178 // check if iwlinks table exists which was added in 1.17
179 if ( $this->db
->tableExists( 'iwlinks' ) ) {
182 $this->applyPatch( 'patch_16_17_schema_changes.sql', false, "Updating schema to 17" );
186 * Insert page (page_id = 0) to prevent FK constraint violation
188 protected function doInsertPage0() {
189 $this->output( "Inserting page 0 if missing ... " );
192 'page_namespace' => 0,
194 'page_is_redirect' => 0,
197 'page_touched' => $this->db
->timestamp(),
201 $this->db
->insert( 'page', $row, 'OracleUpdater:doInserPage0', [ 'IGNORE' ] );
202 $this->output( "ok\n" );
206 * Remove DEFAULT '' NOT NULL constraints from fields as '' is internally
207 * converted to NULL in Oracle
209 protected function doRemoveNotNullEmptyDefaults() {
210 $meta = $this->db
->fieldInfo( 'categorylinks', 'cl_sortkey_prefix' );
211 if ( $meta->isNullable() ) {
215 'patch_remove_not_null_empty_defs.sql',
217 'Removing not null empty constraints'
221 protected function doRemoveNotNullEmptyDefaults2() {
222 $meta = $this->db
->fieldInfo( 'ipblocks', 'ipb_by_text' );
223 if ( $meta->isNullable() ) {
227 'patch_remove_not_null_empty_defs2.sql',
229 'Removing not null empty constraints'
234 * Removed forcing of invalid state on recentchanges_fk2.
235 * cascading taken in account in the deleting function
237 protected function doRecentchangesFK2Cascade() {
238 $meta = $this->db
->query( 'SELECT 1 FROM all_constraints WHERE owner = \'' .
239 strtoupper( $this->db
->getDBname() ) .
240 '\' AND constraint_name = \'' .
241 $this->db
->tablePrefix() .
242 'RECENTCHANGES_FK2\' AND delete_rule = \'CASCADE\''
244 $row = $meta->fetchRow();
249 $this->applyPatch( 'patch_recentchanges_fk2_cascade.sql', false, "Altering RECENTCHANGES_FK2" );
253 * Fixed wrong PK, UK definition
255 protected function doPageRestrictionsPKUKFix() {
256 $this->output( "Altering PAGE_RESTRICTIONS keys ... " );
258 $meta = $this->db
->query( 'SELECT column_name FROM all_cons_columns WHERE owner = \'' .
259 strtoupper( $this->db
->getDBname() ) .
260 '\' AND constraint_name = \'' .
261 $this->db
->tablePrefix() .
262 'PAGE_RESTRICTIONS_PK\' AND rownum = 1'
264 $row = $meta->fetchRow();
265 if ( $row['column_name'] == 'PR_ID' ) {
266 $this->output( "seems to be up to date.\n" );
271 $this->applyPatch( 'patch-page_restrictions_pkuk_fix.sql', false );
272 $this->output( "ok\n" );
276 * rebuilding of the function that duplicates tables for tests
278 protected function doRebuildDuplicateFunction() {
279 $this->applyPatch( 'patch_rebuild_dupfunc.sql', false, "Rebuilding duplicate function" );
283 * Overload: after this action field info table has to be rebuilt
287 public function doUpdates( $what = [ 'core', 'extensions', 'purge', 'stats' ] ) {
288 parent
::doUpdates( $what );
290 $this->db
->query( 'BEGIN fill_wiki_info; END;' );
294 * Overload: because of the DDL_MODE tablename escaping is a bit dodgy
296 public function purgeCache() {
297 # We can't guarantee that the user will be able to use TRUNCATE,
298 # but we know that DELETE is available to us
299 $this->output( "Purging caches..." );
300 $this->db
->delete( '/*Q*/' . $this->db
->tableName( 'objectcache' ), '*', __METHOD__
);
301 $this->output( "done.\n" );