https://bugzilla.wikimedia.org/show_bug.cgi?id=57703

--- Comment #3 from tb <[email protected]> ---
Apologies if my initial report was unclear.  Per bug #48875, it is not possible
for tool labs end users to use the MariaDB EXPLAIN facility.  One of my tools
is running more slowly that I expected;  I have tracked this down to a
particular SQL query it.

I am requesting that someone with relevant permissions connect to
enwiki.labsdb, execute the command below and return the result to me please. 
This should (hopefully) give me the information I need to resolve the problem.

EXPLAIN SELECT count(1) AS 'howmany'
FROM enwiki_p.pagelinks l
INNER JOIN p50380g50491_rlrl_enwiki.suggestions s ON
   l.pl_namespace = s.sug_orig_ns AND l.pl_title = s.sug_orig
WHERE l.pl_from = 38136839 
AND   s.sug_status >= 0;

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to