r56764 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r56763
|
r56764
|
r56765
>
Date:
16:41, 22 September 2009
Author:
brion
Status:
ok
Tags:
Comment:
Fix regression in sql.php: needs to run w/ DB admin privileges in order to do DB updates
Modified paths:
/trunk/phase3/maintenance/sql.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/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 {
Follow-up revisions
Revision
Commit summary
Author
Date
r56765
Merge
r56764
from trunk -- use admin DB credentials for sql.php
brion
16:43, 22 September 2009
Status & tagging log
23:42, 29 September 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r56764
[
removed:
new
added:
ok]