Addshore added a comment.
In T237984#5748567 <https://phabricator.wikimedia.org/T237984#5748567>, @jcrespo wrote: > I have provided @addshore with the transaction that deleted the `wbx_id = 110010309` row. It happened on 2019-12-05 11:09:27 (although the transaction, and its data context, started in the previous second). Thanks! After a tiny bit of looking this morning, the call to delete wbx_id happened after this edit: - https://www.wikidata.org/w/index.php?diff=1069775130&oldid=1069771007&title=Q55087692 This can be seen in the same transaction during in the deletions of wbx_id. addshore@mwdebug1001:~$ cat /home/jynus/wbt_text_transaction.sql | grep van DELETE /* Wikibase\Lib\Store\Sql\TermSqlIndex::deleteTerms */ FROM `wb_terms` WHERE term_language = 'af' AND term_type = 'description' AND term_text = 'van' AND term_full_entity_id = 'Q55087692' The revision of `P642` https://www.wikidata.org/w/index.php?title=Property:P642&oldid=1069672182 at the time still had a label 'van' and wbx_id = 110010309 was correctly refered to in other tables. So deletion is definitely the problem. TASK DETAIL https://phabricator.wikimedia.org/T237984 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Addshore Cc: jcrespo, Marostegui, abian, JAnD, Ash_Crow, Addshore, PKM, Moebeus, alaa_wmde, VIGNERON, Aklapper, Lydia_Pintscher, Ladsgroup, Lea_Lacroix_WMDE, Hook696, Daryl-TTMG, RomaAmorRoma, 0010318400, E.S.A-Sheild, Iflorez, darthmon_wmde, Meekrab2012, joker88john, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Af420, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Mbch331
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
