Index: trunk/phase3/includes/ExternalStoreDB.php |
— | — | @@ -15,8 +15,8 @@ |
16 | 16 | function fetchFromURL($url) { |
17 | 17 | global $wgExternalServers; |
18 | 18 | # |
19 | | - # URLs have the form db://cluster/id, e.g. |
20 | | - # mysql://cluster1/3298247 |
| 19 | + # URLs have the form DB://cluster/id, e.g. |
| 20 | + # DB://cluster1/3298247 |
21 | 21 | # |
22 | 22 | $path = explode( '/', $url ); |
23 | 23 | $cluster = $path[2]; |