r34205 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r34204‎ | r34205 | r34206 >
Date:13:22, 4 May 2008
Author:ialex
Status:old
Tags:
Comment:
Removed the note about that $wgSharedDB only works for user table
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -577,11 +577,9 @@
578578 /** Live high performance sites should disable this - some checks acquire giant mysql locks */
579579 $wgCheckDBSchema = true;
580580
581 -
582581 /**
583 - * Shared database for multiple wikis. Presently used for storing a user table
584 - * for single sign-on. The server for this database must be the same as for the
585 - * main database.
 582+ * Shared database for multiple wikis.
 583+ * The server for this database must be the same as for the main database.
586584 * EXPERIMENTAL
587585 */
588586 $wgSharedDB = null;
@@ -589,12 +587,12 @@
590588 /**
591589 * List of database tables (without prefixes) to share when $wgSharedDB is enabled.
592590 * This only includes the user table by default for backwards compatibility.
593 - * However you may remove it so that you can enable extensions using the shared DB
594 - * without having shared users. Or you can add in another table, such as interwiki
595 - * to force MediaWiki to use the shared version of the table instead.
 591+ * However you may remove it so that you can enable extensions using the shared
 592+ * DB without having shared users. Or you can add in another table, such as
 593+ * interwiki to force MediaWiki to use the shared version of the table instead.
596594 *
597 - * Be carefull with sharing tables. The images, revisions, pages, and many of the
598 - * other tables may have bad side effects if you share them.
 595+ * Be carefull with sharing tables. The images, revisions, pages, and many of
 596+ * the other tables may have bad side effects if you share them.
599597 * EXPERIMENTAL
600598 */
601599 $wgSharedDBtables = array( 'user' );

Follow-up revisions

RevisionCommit summaryAuthorDate
r34278Revert r34199, r34205 for now....brion22:21, 5 May 2008

Status & tagging log