Last modified: 2007-03-19 03:01:45 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T11329, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 9329 - typo in updaters.inc breaks update.php
typo in updaters.inc breaks update.php
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
1.10.x
All All
: High blocker (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-03-18 23:26 UTC by Manuel Menal
Modified: 2007-03-19 03:01 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Manuel Menal 2007-03-18 23:26:39 UTC
The last change to updaters.inc contains a typo which breaks updaters.inc and
thus updater.php.

The typo is in line 1321 in <maintenance/updaters.inc> : it lacks a missing ",".

Here is a diff :

diff -Nurp mediawiki.orig/maintenance/updaters.inc
mediawiki/maintenance/updaters.inc
--- mediawiki.orig/maintenance/updaters.inc	2007-03-19 00:21:28.000000000 +0100
+++ mediawiki/maintenance/updaters.inc	2007-03-19 00:24:34.000000000 +0100
@@ -1318,7 +1318,7 @@ function do_postgres_updates() {
 		array("ipblocks",      "ipb_deleted",          "INTEGER NOT NULL DEFAULT 0"),
 		array("ipblocks",      "ipb_enable_autoblock", "CHAR NOT NULL DEFAULT '1'"),
 		array("filearchive",   "fa_deleted",           "INTEGER NOT NULL DEFAULT 0"),
-		array("logging",       "log_deleted",          "INTEGER NOT NULL DEFAULT 0")
+		array("logging",       "log_deleted",          "INTEGER NOT NULL DEFAULT 0"),
 		array("logging",       "log_id",               "INTEGER NOT NULL PRIMARY KEY
DEFAULT nextval('log_log_id_seq')"),
 		array("logging",       "log_params",           "TEXT"),
 		array("mwuser",        "user_editcount",       "INTEGER"),

Thanks.
Comment 1 River Tarnell 2007-03-19 03:01:45 UTC
fixed in r20553

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links