r61126 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61125‎ | r61126 | r61127 >
Date:14:44, 16 January 2010
Author:ialex
Status:ok
Tags:
Comment:
MediaWikiBagOStuff -> SqlBagOStuff in comment, both are the same since r55079
Modified paths:
  • /trunk/phase3/includes/BagOStuff.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/BagOStuff.php
@@ -32,7 +32,7 @@
3333 * backends for local hash array and SQL table included:
3434 * <code>
3535 * $bag = new HashBagOStuff();
36 - * $bag = new MediaWikiBagOStuff($tablename); # connect to db first
 36+ * $bag = new SqlBagOStuff(); # connect to db first
3737 * </code>
3838 *
3939 * @ingroup Cache

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r55079* Converted BagOStuff.php from the style of memcached-client.php to the stand...tstarling03:45, 15 August 2009

Status & tagging log