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: wikibugs-l@lists.wikimedia.org
          Reporter: liang...@gmail.com
                CC: bawolff...@gmail.com, bryan.tongm...@gmail.com
    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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to