r85788 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85787‎ | r85788 | r85789 >
Date:13:53, 11 April 2011
Author:freakolowsky
Status:ok
Tags:
Comment:
* 1.17 MFT r85786
Modified paths:
  • /branches/REL1_17/phase3/includes/search/SearchOracle.php (modified) (history)

Diff [purge]

Index: branches/REL1_17/phase3/includes/search/SearchOracle.php
@@ -253,9 +253,9 @@
254254 // ALTER SESSION SET CURRENT_SCHEMA = ...
255255 // was used.
256256 $dbw->query( "CALL ctx_ddl.sync_index(" .
257 - $dbw->addQuotes( $dbw->getDBname() . '.'.$wgDBprefix.'si_text_idx' ) . ")" );
 257+ $dbw->addQuotes( $dbw->getDBname() . '.' . trim( $dbw->tableName( 'si_text_idx' ), '"' ) ) . ")" );
258258 $dbw->query( "CALL ctx_ddl.sync_index(" .
259 - $dbw->addQuotes( $dbw->getDBname() . '.'.$wgDBprefix.'si_title_idx' ) . ")" );
 259+ $dbw->addQuotes( $dbw->getDBname() . '.' . trim( $dbw->tableName( 'si_title_idx' ), '"' ) ) . ")" );
260260 }
261261
262262 /**

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r85786* fix as per brion's comment on r85669freakolowsky13:50, 11 April 2011

Status & tagging log