r86325 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86324‎ | r86325 | r86326 >
Date:17:28, 18 April 2011
Author:maxsem
Status:ok
Tags:
Comment:
E_STRICT in DB2. Ping r85885.
Modified paths:
  • /trunk/phase3/includes/db/DatabaseIbm_db2.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/DatabaseIbm_db2.php
@@ -778,9 +778,10 @@
779779 * Handle reserved keyword replacement in table names
780780 *
781781 * @param $name Object
 782+ * @param $name Boolean
782783 * @return String
783784 */
784 - public function tableName( $name ) {
 785+ public function tableName( $name, $quoted = true ) {
785786 // we want maximum compatibility with MySQL schema
786787 return $name;
787788 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r85885Fixes to DB2 support. DB2 support integration with 1.17 Installer and Updater...leonsp16:35, 12 April 2011

Status & tagging log