List of steps to reproduce (step by step, including full links if applicable):
- using https://quarry.wmcloud.org/query/58472
- Database query:
SELECT cat_subcats FROM category WHERE cat_title = 'Crurotarsi';
What happens?:
Following happens for two years now:
the result is 0, but there is 1 subcat: 'Crocodylomorpha' ; https://de.wikipedia.org/wiki/Kategorie:Crurotarsi
What should have happened instead?:
The query should be 1 instead for the subcat 'Crocodylomorpha' ; https://de.wikipedia.org/wiki/Kategorie:Crurotarsi
This bug is reproducable.
Similar bugs in dewiki_p:
SELECT cat_subcats FROM category WHERE cat_title = 'Historienfilm';
gives 0, but should give 1
https://de.wikipedia.org/wiki/Kategorie:Historienfilm
SELECT cat_subcats FROM category WHERE cat_title = 'Person_(Schotten,_Stadt)';
gives 0, but should give 1
https://de.wikipedia.org/wiki/Kategorie:Person_(Schotten,_Stadt)
SELECT cat_subcats FROM category WHERE cat_title = 'Person_(Bundesgesundheitsamt)';
gives 0, but should give 1
https://de.wikipedia.org/wiki/Kategorie:Person_(Bundesgesundheitsamt)