r41230 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41229‎ | r41230 | r41231 >
Date:16:13, 24 September 2008
Author:aaron
Status:old
Tags:
Comment:
Uncomment out needed code, PN2 not wanting to save :/
Modified paths:
  • /trunk/phase3/includes/ExternalStoreDB.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ExternalStoreDB.php
@@ -123,9 +123,9 @@
124124 */
125125 function store( $cluster, $data ) {
126126 $dbw = $this->getMaster( $cluster );
127 - #if( !$dbw ) {
128 - # return false;
129 - #}
 127+ if( !$dbw ) {
 128+ return false;
 129+ }
130130 $id = $dbw->nextSequenceValue( 'blob_blob_id_seq' );
131131 $dbw->insert( $this->getTable( $dbw ),
132132 array( 'blob_id' => $id, 'blob_text' => $data ),

Follow-up revisions

RevisionCommit summaryAuthorDate
r41234Revert some recent ES-related changes -- they made behavior much worse when w...brion18:09, 24 September 2008
r41329* Revert revert r41234 of ES-related changes. The site_stats complaint should...tstarling01:42, 28 September 2008