Index: branches/wmf-deployment/maintenance/sql.php |
— | — | @@ -69,6 +69,10 @@ |
70 | 70 | $this->output( "Query OK, $affected row(s) affected\n" ); |
71 | 71 | } |
72 | 72 | } |
| 73 | + |
| 74 | + protected function getDbType() { |
| 75 | + return Maintenance::DB_ADMIN; |
| 76 | + } |
73 | 77 | } |
74 | 78 | |
75 | 79 | class SqlPromptPrinter { |
Property changes on: branches/wmf-deployment/maintenance/sql.php |
___________________________________________________________________ |
Added: svn:mergeinfo |
76 | 80 | Merged /branches/REL1_15/phase3/maintenance/sql.php:r51646 |
77 | 81 | Merged /trunk/phase3/maintenance/sql.php:r56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,56764 |