r38001 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r38000‎ | r38001 | r38002 >
Date:17:04, 24 July 2008
Author:ialex
Status:old
Tags:
Comment:
Per r38000: on the main schema too
Modified paths:
  • /trunk/extensions/CentralAuth/central-auth.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralAuth/central-auth.sql
@@ -148,7 +148,7 @@
149149 -- Because we can just use such simple list, we don't need complicated queries on it
150150 -- Let's suppose that max length of db name is 31 (32 with ","), then we have space for
151151 -- 2048 wikis. More than we need
152 - ws_wikis varbinary(65536) not null,
 152+ ws_wikis blob not null,
153153
154154 PRIMARY KEY ws_id (ws_id),
155155 UNIQUE ws_name (ws_name)

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r38000varbinary doesn't go that big on MySQL 4.xtstarling16:33, 24 July 2008

Status & tagging log