r22760 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r22759‎ | r22760 | r22761 >
Date:15:03, 5 June 2007
Author:robchurch
Status:old
Tags:
Comment:
(bug 9383) Don't set a default value for BLOB column in patch-rc-deleted.sql, it's not valid for STRICT mode. Allow a NULL value.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/maintenance/archives/patch-rc_deleted.sql (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/archives/patch-rc_deleted.sql
@@ -5,4 +5,4 @@
66 ADD rc_logid int(10) unsigned NOT NULL default '0',
77 ADD rc_log_type varchar(255) binary NULL default NULL,
88 ADD rc_log_action varchar(255) binary NULL default NULL,
9 - ADD rc_params blob NOT NULL default '';
 9+ ADD rc_params BLOB NULL;
Index: trunk/phase3/RELEASE-NOTES
@@ -128,7 +128,10 @@
129129 * Don't generate a diff link in the patrol log if the page doesn't exist
130130 * (bug 10067) Translations for former skins removed from message files
131131 * (bug 9993) Force $wgShowExceptionDetails on during installation
132 -* (bug 9980) Validate administrator username and password during installation
 132+* (bug 9980) Validate administrator username and password during
 133+ installation
 134+* (bug 9383) Don't set a default value for BLOB column in rc-deleted
 135+ database patch
133136
134137 == MediaWiki API changes since 1.10 ==
135138

Follow-up revisions

RevisionCommit summaryAuthorDate
r22791Merged revisions 22747-22790 via svnmerge from...david09:21, 6 June 2007

Status & tagging log