Index: trunk/phase3/maintenance/storage/moveToExternal.php |
— | — | @@ -9,10 +9,8 @@ |
10 | 10 | define( 'REPORTING_INTERVAL', 1 ); |
11 | 11 | |
12 | 12 | if ( !defined( 'MEDIAWIKI' ) ) { |
13 | | - $optionsWithArgs = array( 'e', 's' ); |
14 | | - |
15 | 13 | require_once( dirname( __FILE__ ) . '/../commandLine.inc' ); |
16 | | - require_once( 'ExternalStoreDB.php' ); |
| 14 | + require_once( dirname( __FILE__ ) . '/../../includes/ExternalStoreDB.php' ); |
17 | 15 | require_once( 'resolveStubs.php' ); |
18 | 16 | |
19 | 17 | $fname = 'moveToExternal'; |
— | — | @@ -35,8 +33,6 @@ |
36 | 34 | moveToExternal( $cluster, $maxID, $minID ); |
37 | 35 | } |
38 | 36 | |
39 | | - |
40 | | - |
41 | 37 | function moveToExternal( $cluster, $maxID, $minID = 1 ) { |
42 | 38 | $fname = 'moveToExternal'; |
43 | 39 | $dbw = wfGetDB( DB_MASTER ); |