Multichill added subscribers: Lydia_Pintscher, Sjoerddebruin, Multichill.
Multichill triaged this task as "High" priority.
Multichill added a comment.

So wb_entity_per_page was killed:

MariaDB [wikidatawiki_p]> SELECT * FROM wb_entity_per_page LIMIT 1;
ERROR 1356 (HY000): View 'wikidatawiki_p.wb_entity_per_page' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them

The wb_terms table offers a good alternative to change queries to:

MariaDB [wikidatawiki_p]> SELECT * FROM wb_terms LIMIT 1;
+-------------+----------------+---------------------+------------------+---------------+-----------+------------+-----------------+-------------+

term_row_idterm_entity_idterm_full_entity_idterm_entity_typeterm_languageterm_typeterm_textterm_search_keyterm_weight

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

36347450445Q50445itemen-gblabelJungwon-gujungwon-gu0

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

The wb_items_per_site offers no such option:

MariaDB [wikidatawiki_p]> SELECT * FROM wb_items_per_site LIMIT 1;
+------------+-------------+-------------+------------------+

ips_row_idips_item_idips_site_idips_site_page

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

553596065abwikiЏьгьарда

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

The killing of wb_entity_per_page broke all sorts of tools with no alternative available.


TASK DETAIL
https://phabricator.wikimedia.org/T114904

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Multichill
Cc: Multichill, Sjoerddebruin, Lydia_Pintscher, Pasleim, Ricordisamoa, hoo, daniel, Aklapper, Lahi, GoranSMilovanovic, QZanden, Marostegui, Minhnv-2809, Luke081515, Wikidata-bugs, aude, Mbch331, Jay8g, Krenair
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to