Bug #29995 | SET GLOBAL log_queries_not_using_indexes = 1 does nothing. | ||
---|---|---|---|
Submitted: | 24 Jul 2007 1:29 | Modified: | 24 Jul 2007 6:08 |
Reporter: | Tobias Asplund | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Logging | Severity: | S3 (Non-critical) |
Version: | 5.1.20 | OS: | Linux |
Assigned to: | CPU Architecture: | Any |
[24 Jul 2007 1:29]
Tobias Asplund
[24 Jul 2007 1:38]
Marc ALFF
Was the query cache used ? If so, the second query is not executed, so this would be the expected result.
[24 Jul 2007 2:27]
Tobias Asplund
mysql> show variables like 'query_cache_size'; +------------------+-------+ | Variable_name | Value | +------------------+-------+ | query_cache_size | 0 | +------------------+-------+
[24 Jul 2007 6:08]
Sveta Smirnova
Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Because of this, we hope you add your comments to the original bug instead. Thank you for your interest in MySQL. Duplicate of Bug #28808