Page MenuHomePhabricator

Sitelink changes should update related pages' links tables rows as well besides just clearing parser cache
Closed, ResolvedPublic

Description

See Wikidata item history:

https://www.wikidata.org/w/index.php?title=Q426674&action=history

  • Current state --

MariaDB [enwiki_p]> select current_timestamp(); select * from langlinks where ll_from=622756;
+---------------------+

current_timestamp()

+---------------------+

2013-07-08 08:34:17

+---------------------+
1 row in set (0.03 sec)

+---------+---------+-----------------------------+

ll_fromll_langll_title

+---------+---------+-----------------------------+

622756caFitxer temporal
622756deTemporäre Datei
622756esArchivo temporal
622756frFichier temporaire
622756ruВременный файл
622756sv.tmp
622756zh斯泰爾TMP衝鋒槍

+---------+---------+-----------------------------+
7 rows in set (0.03 sec)

MariaDB [enwiki_p]>

  • After null editing the page --

MariaDB [enwiki_p]> select current_timestamp(); select * from langlinks where ll_from=622756;
+---------------------+

current_timestamp()

+---------------------+

2013-07-08 08:34:40

+---------------------+
1 row in set (0.03 sec)

+---------+---------+-----------------------------+

ll_fromll_langll_title

+---------+---------+-----------------------------+

622756caFitxer temporal
622756deTemporäre Datei
622756esArchivo temporal
622756frFichier temporaire
622756ruВременный файл
622756sv.tmp

+---------+---------+-----------------------------+
6 rows in set (0.02 sec)

MariaDB [enwiki_p]>


Version: unspecified
Severity: normal

Details

Reference
bz50924

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 1:56 AM
bzimport set Reference to bz50924.
bzimport added a subscriber: Unknown Object (MLST).

Matmarex, you said this was fixed?

I didn't say it was fixed, although it happened to update the page immediately once or twice recently.

Lydia_Pintscher removed a subscriber: Unknown Object (MLST).
Lydia_Pintscher removed a subscriber: Unknown Object (MLST).
daniel claimed this task.

This has been fixed for a long time now.