https://bugzilla.wikimedia.org/show_bug.cgi?id=71176

            Bug ID: 71176
           Summary: Discrepancy between enwiki_p.pagelinks on labs and
                    production
           Product: Wikimedia Labs
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Unprioritized
         Component: General
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
       Web browser: ---
   Mobile Platform: ---

Intention:
Was tracking down a problem with one of my tool-labs tools and found a
discrepancy in the enwiki_p database.

Steps to Reproduce:
tools.tb-dev@tools-login:~$ sql enwiki;
MariaDB [enwiki_p]> select * from pagelinks where pl_namespace = 0 and pl_title
= 'And_Now_The_Screaming_Starts!';

Actual Results:  
+----------+--------------+-------------------------------+-------------------+
| pl_from  | pl_namespace | pl_title                      | pl_from_namespace |
+----------+--------------+-------------------------------+-------------------+
| 20357059 |            0 | And_Now_The_Screaming_Starts! |                 0 |
+----------+--------------+-------------------------------+-------------------+
1 row in set (0.00 sec)


Expected Results:  
Was expecting the query above to return no records.

This does not seem to match production - see
https://en.wikipedia.org/wiki/Special:WhatLinksHere/And_Now_The_Screaming_Starts!


Reproducible: Always

-- 
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

Reply via email to