https://bugzilla.wikimedia.org/show_bug.cgi?id=42825
Aaron Schulz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Aaron Schulz <[email protected]> --- As brion remarked on IRC, the external store servers have a DB for each wiki. If you look at addWiki.php you can see how each cluster master has the new DB initialized for a new wiki. Also see storage/blobs.sql. In order to access text blobs saved from a foreign wiki, one would need to change getRevisionText() to pass down some optional wiki ID and change ExternalStore to except it. So if you know you are fetching a text for wikidatawiki that wiki ID could be passed in. This is a case of some subtle global state (the wiki ID is assumed to be the current wiki ID). -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
