r86079 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86078‎ | r86079 | r86080 >
Date:20:03, 14 April 2011
Author:leonsp
Status:ok
Tags:
Comment:
Followup r85885: Better error message for an insufficient pagesize in a DB2 database.
Modified paths:
  • /trunk/phase3/includes/installer/Installer.i18n.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/Installer.i18n.php
@@ -329,7 +329,7 @@
330330
331331 In '''UTF-8 mode''', MySQL will know what character set your data is in, and can present and convert it appropriately, but it will not let you store characters above the [http://en.wikipedia.org/wiki/Mapping_of_Unicode_character_planes Basic Multilingual Plane].",
332332
333 - 'config-ibm_db2-low-db-pagesize' => 'There must be a tablespace with at least 32k of pagesize.',
 333+ 'config-ibm_db2-low-db-pagesize' => "Your DB2 database has a default tablespace with an insufficient pagesize. The pagesize has to be '''32K''' or greater.",
334334
335335 'config-site-name' => 'Name of wiki:',
336336 'config-site-name-help' => "This will appear in the title bar of the browser and in various other places.",

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r85885Fixes to DB2 support. DB2 support integration with 1.17 Installer and Updater...leonsp16:35, 12 April 2011

Status & tagging log