Let crazy people run updates on broken setups like 5.3.1
[lhc/web/wiklou.git] / maintenance / populateSha1.php
index 4233cb2..72ef946 100644 (file)
@@ -56,6 +56,7 @@ class PopulateSha1 extends Maintenance {
                $batch = array();
        
                if ( $method == 'pipe' ) {
+                       // @fixme kill this and replace with a second unbuffered DB connection.
                        global $wgDBuser, $wgDBserver, $wgDBpassword, $wgDBname;
                        $cmd = 'mysql -u' . wfEscapeShellArg( $wgDBuser ) . 
                                ' -h' . wfEscapeShellArg( $wgDBserver ) .