We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SELECT foo FROM 0019_queries_not_using_indices WHERE 1 = 0; -- mysql@localhost[index_digest]>explain SELECT foo FROM 0019_queries_not_using_indices WHERE 1 = 0; +----+-------------+-------+------------+------+---------------+------+---------+------+------+----------+------------------+ | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | +----+-------------+-------+------------+------+---------------+------+---------+------+------+----------+------------------+ | 1 | SIMPLE | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | Impossible WHERE | +----+-------------+-------+------------+------+---------------+------+---------+------+------+----------+------------------+ 1 row in set, 1 warning (0,00 sec)
{ "explain_filtered": null, "explain_rows": null, "explain_possible_keys": null, "explain_extra": "Impossible WHERE", "query": "/* 70211dca */ select curation_cms.topics.id from curation_cms.topics where 1 = 0" }
See #44 for a similar issue, but with a value that is not present in the table.
File Impossible WHERE as a new report type.
Impossible WHERE
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See #44 for a similar issue, but with a value that is not present in the table.
File
Impossible WHERE
as a new report type.The text was updated successfully, but these errors were encountered: