r114257 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114256‎ | r114257 | r114258 >
Date:12:00, 20 March 2012
Author:qchris
Status:reverted
Tags:gerritmigration 
Comment:
Follow-up to r114256: Removing final assert
Modified paths:
  • /trunk/phase3/maintenance/dumpTextPass.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/dumpTextPass.php
@@ -114,8 +114,6 @@
115115 } catch (Exception $e) {
116116 throw new MWException( __METHOD__ . " rotating DB failed to obtain new database (" . $e->getMessage() . ")" );
117117 }
118 -
119 - assert( 'isset( $this->lb ) && isset( $this->db ) && $this->db->isOpen() /* rotating the DB worked */' );
120118 }
121119
122120

Follow-up revisions

RevisionCommit summaryAuthorDate
r114335Revert r107309, r113601, r113704, r113742, r113792, r113838, r113859, r113893......catrope00:16, 21 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r114256Follow up to r114252: Removing assertsqchris11:53, 20 March 2012

Status & tagging log