r56765 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56764‎ | r56765 | r56766 >
Date:16:43, 22 September 2009
Author:brion
Status:ok
Tags:
Comment:
Merge r56764 from trunk -- use admin DB credentials for sql.php
Modified paths:
  • /branches/wmf-deployment/maintenance/sql.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/maintenance/sql.php
@@ -69,6 +69,10 @@
7070 $this->output( "Query OK, $affected row(s) affected\n" );
7171 }
7272 }
 73+
 74+ protected function getDbType() {
 75+ return Maintenance::DB_ADMIN;
 76+ }
7377 }
7478
7579 class SqlPromptPrinter {
Property changes on: branches/wmf-deployment/maintenance/sql.php
___________________________________________________________________
Added: svn:mergeinfo
7680 Merged /branches/REL1_15/phase3/maintenance/sql.php:r51646
7781 Merged /trunk/phase3/maintenance/sql.php:r56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,56764

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r56764Fix regression in sql.php: needs to run w/ DB admin privileges in order to do...brion16:41, 22 September 2009

Status & tagging log