https://bugzilla.wikimedia.org/show_bug.cgi?id=48819
Web browser: ---
Bug ID: 48819
Summary: ForeignDBRepo conflicts with $wgSharedDB /
$wgSharedTables
Product: MediaWiki
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: File management
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Classification: Unclassified
Mobile Platform: ---
Env:
Primary database: wikidb
Shared database: shareddb
Shared table: page
ForeignDBRepo database: filedb
Issue:
In ForeignDBRepo, it sends a query:
SELECT page_id FROM `shareddb`.`page` WHERE page_namespace = '6' AND page_title
= 'filename' LIMIT 1
Expected:
SELECT page_id FROM `filedb`.`page` WHERE page_namespace = '6' AND page_title =
'filename' LIMIT 1
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l