Index: trunk/phase3/maintenance/populateSha1.php |
— | — | @@ -56,6 +56,7 @@ |
57 | 57 | $batch = array(); |
58 | 58 | |
59 | 59 | if ( $method == 'pipe' ) { |
| 60 | + // @fixme kill this and replace with a second unbuffered DB connection. |
60 | 61 | global $wgDBuser, $wgDBserver, $wgDBpassword, $wgDBname; |
61 | 62 | $cmd = 'mysql -u' . wfEscapeShellArg( $wgDBuser ) . |
62 | 63 | ' -h' . wfEscapeShellArg( $wgDBserver ) . |