r38000 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r37999‎ | r38000 | r38001 >
Date:16:33, 24 July 2008
Author:tstarling
Status:old
Tags:
Comment:
varbinary doesn't go that big on MySQL 4.x
Modified paths:
  • /trunk/extensions/CentralAuth/db_patches/patch-wikisets.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralAuth/db_patches/patch-wikisets.sql
@@ -11,7 +11,7 @@
1212 -- Because we can just use such simple list, we don't need complicated queries on it
1313 -- Let's suppose that max length of db name is 31 (32 with ","), then we have space for
1414 -- 2048 wikis. More than we need
15 - ws_wikis varbinary(65536) not null,
 15+ ws_wikis blob not null,
1616
1717 PRIMARY KEY ws_id (ws_id),
1818 UNIQUE ws_name (ws_name)
@@ -26,4 +26,4 @@
2727
2828 PRIMARY KEY (ggr_group),
2929 KEY (ggr_set)
30 -) /*$wgDBTableOptions*/;
\ No newline at end of file
 30+) /*$wgDBTableOptions*/;

Follow-up revisions

RevisionCommit summaryAuthorDate
r38001Per r38000: on the main schema tooialex17:04, 24 July 2008

Status & tagging log