Page MenuHomePhabricator

Unexpected rows in external links table
Closed, InvalidPublicBUG REPORT

Description

Steps to Reproduce:

  1. connect to enwiki replica mysql -h enwiki.analytics.db.svc.eqiad.wmflabs enwiki_p
  2. Run query select * from page where page_id = 65773124;
  3. Open corresponding page https://en.wikipedia.org/wiki/Shikaripara,_Dumka and see that it only contains two geohack links (coordinates)
  4. select * from externallinks where el_from=65773124 and el_to like '%geohack%';

Actual Results:

The query in 4. returns 45 rows of geohack links

Expected Results:

The query should return 2 rows for the two geohack links on the page.

Event Timeline

Ugh... the OSM location map template.... nevermind then :-(

Aklapper renamed this task from Unexcpected rows in external links table to Unexpected rows in external links table.Jan 21 2021, 8:41 AM