r81311 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r81310
|
r81311
|
r81312
>
Date:
18:35, 1 February 2011
Author:
reedy
Status:
ok (
Comments
)
Tags:
Comment:
For
bug 24129
and a followup to
r23239
, there was never a patch to transfer from VARCHAR/VARBINARY(10) to VARBINARY(20)
Need to work out how to fit it into the updaters...
Modified paths:
/trunk/phase3/maintenance/archives/patch-langlinks-ll_lang-20.sql
(added) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/archives/patch-langlinks-ll_lang-20.sql
—
—
@@ -0,0 +1,3 @@
2
+ALTER TABLE /*$wgDBprefix*/langlinks
3
+ MODIFY `ll_lang`
4
+ VARBINARY(20) NOT NULL DEFAULT '';
\ No newline at end of file
Property changes on: trunk/phase3/maintenance/archives/patch-langlinks-ll_lang-20.sql
___________________________________________________________________
Added: svn:eol-style
1
5
+ native
Follow-up revisions
Revision
Commit summary
Author
Date
r81313
Followup
r81311
, add MysqlUpdater function to update ll_lang length if it's s...
reedy
18:58, 1 February 2011
r81413
1.17: MFT
r78395
,
r79968
,
r81311
,
r81313
,
r81349
,
r81352
,
r81376
,
r81389
,
r81...
catrope
20:45, 2 February 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r23239
* Fixed complete breakage for MySQL instances with a maximum key length of 10...
tstarling
18:31, 22 June 2007
Comments
#
Comment by
😂
(
talk
|
contribs
)
18:37, 1 February 2011
Tack it on the end like all the others?
Status & tagging log
20:47, 2 February 2011
Catrope
(
talk
|
contribs
)
changed the
tags
for r81311
[
removed:
1.17]
15:01, 2 February 2011
Catrope
(
talk
|
contribs
)
changed the
status
of r81311
[
removed:
new
added:
ok]
18:40, 1 February 2011
Reedy
(
talk
|
contribs
)
changed the
tags
for r81311
[
added:
1.17]