[MDEV-724] LP:695918 - Wrong recommendation for parameter slow_query_log in warning during startup Created: 2010-12-31 Updated: 2014-03-03 Resolved: 2014-03-03 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Trivial |
| Reporter: | shinguz (Inactive) | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | Launchpad, upstream | ||
| Attachments: |
|
| Description |
|
When I start the database with
I get the following warning:
This is a wrong recommendation. log_slow_queries is deprecated slow_query_log should be used instead in the error message.
What further comes into my mind in this relation is if it makes sense at all to print this warning if I have explicitly mentioned slow_query_log = 0. Because then I have expressed my wish to disable the slow query log and should not be warned about. |
| Comments |
| Comment by shinguz (Inactive) [ 2010-12-31 ] |
|
Re: Wrong recommendation for parameter slow_query_log in warning during startup |
| Comment by shinguz (Inactive) [ 2010-12-31 ] |
|
Fix for this bug report |
| Comment by Rasmus Johansson (Inactive) [ 2011-06-28 ] |
|
Launchpad bug id: 695918 |
| Comment by Walter Heck (Inactive) [ 2011-06-28 ] |
|
Re: Wrong recommendation for parameter slow_query_log in warning during startup <pre>110526 11:37:49 [Warning] The syntax '- But if I follow that recommendation and change to slow_query_log, I get this warning. Not sure which combination is best/correct <pre>110628 10:50:26 [Warning] options --log-slow-admin-statements, --log-queries-not-using-indexes and --log-slow-slave-statements have no effect if --log_slow_queries is not set</pre> |
| Comment by Elena Stepanova [ 2013-03-27 ] |
|
The upstream bug was fixed in 5.6 and 5.7 only |