Last modified: 2014-10-23 06:30:14 UTC
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
Sync in progress. Cause is not yet confirmed, with https://mariadb.atlassian.net/browse/MDEV-6551 a possibility. Very interested to hear if anyone observes this with recent (<1week) data.