| Bug #46237 | Slow query log is logging unions | ||
|---|---|---|---|
| Submitted: | 16 Jul 2009 17:48 | Modified: | 17 Jul 2009 5:37 |
| Reporter: | Eric St-Georges | Email Updates: | |
| Status: | Not a Bug | Impact on me: | |
| Category: | MySQL Server: Logging | Severity: | S3 (Non-critical) |
| Version: | 5.1.32 | OS: | Windows |
| Assigned to: | CPU Architecture: | Any | |
[16 Jul 2009 17:48]
Eric St-Georges
[17 Jul 2009 5:37]
Sveta Smirnova
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://dev.mysql.com/doc/ and the instructions on how to report a bug at http://bugs.mysql.com/how-to-report.php If I run explain on the UNION provided I get: id 1 select_type PRIMARY ... id NULL select_type UNION RESULT table <union1,2> type ALL possible_keys NULL key NULL key_len NULL ref NULL rows NULL So it really does not use indexes when creates result.
