Index: trunk/phase3/maintenance/archives/patch-rc_deleted.sql |
— | — | @@ -5,4 +5,4 @@ |
6 | 6 | ADD rc_logid int(10) unsigned NOT NULL default '0', |
7 | 7 | ADD rc_log_type varchar(255) binary NULL default NULL, |
8 | 8 | 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 @@ |
129 | 129 | * Don't generate a diff link in the patrol log if the page doesn't exist |
130 | 130 | * (bug 10067) Translations for former skins removed from message files |
131 | 131 | * (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 |
133 | 136 | |
134 | 137 | == MediaWiki API changes since 1.10 == |
135 | 138 | |