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 @@
33
33
* backends for local hash array and SQL table included:
34
34
* <code>
35
35
* $bag = new HashBagOStuff();
36
- * $bag = new MediaWikiBagOStuff($tablename); # connect to db first
36
+ * $bag = new SqlBagOStuff(); # connect to db first
37
37
* </code>
38
38
*
39
39
* @ingroup Cache
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r55079
* Converted BagOStuff.php from the style of memcached-client.php to the stand...
tstarling
03:45, 15 August 2009
Status & tagging log
13:00, 22 January 2010
😂
(
talk
|
contribs
)
changed the
status
of r61126
[
removed:
new
added:
ok]