[MDEV-770] LP:695923 - Wrong recommendation for parameter log_slow_queries in warning during startup Created: 2010-12-31  Updated: 2013-03-27  Resolved: 2013-03-27

Status: Closed
Project: MariaDB Server
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug
Reporter: shinguz (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: Launchpad

Attachments: XML File LPexportBug695923.xml     File LPexportBug695923_patch_2.diff    

 Description   

When I start the database with:

log_slow_queries = 0

I get the following warning:

101231  8:15:47 [Warning] '--log_slow_queries' is deprecated and will be removed in a future release. Please use ''--slow_query_log'/'--log-slow-file'' instead.

This is a wrong recommendation. log-slow-file is deprecated as well and slow_query_log should be used instead.

   6393   {"log-slow-queries", OPT_SLOW_QUERY_LOG,
   6394     "Log slow queries to a table or log file. Defaults logging to table "
   6395     "mysql.slow_log or hostname-slow.log if --log-output=file is used. "
   6396     "Must be enabled to activate other slow log options. "
   6397     "(deprecated option, use --slow_query_log/--slow_query_log_file instead)",
   6398    &opt_slow_logname, &opt_slow_logname, 0, GET_STR, OPT_ARG,
   6399    0, 0, 0, 0, 0, 0},
 
   8757   case (int) OPT_SLOW_QUERY_LOG:
   8758     WARN_DEPRECATED(NULL, "7.0", "--log_slow_queries", "'--slow_query_log'/'--log-slow-file'");
   8759     opt_slow_log= 1;
   8760     break;

It also looks like we have redundant code here!



 Comments   
Comment by shinguz (Inactive) [ 2010-12-31 ]

Re: Wrong recommendation for parameter log_slow_queries in warning during startup

Comment by shinguz (Inactive) [ 2010-12-31 ]

Fix for this bug report
LPexportBug695923_patch_2.diff

Comment by Rasmus Johansson (Inactive) [ 2010-12-31 ]

Launchpad bug id: 695923

Comment by Elena Stepanova [ 2013-03-27 ]

Not reproducible anymore, apparently it was fixed:

[Warning] The syntax '-log-slow-queries' is deprecated and will be removed in a future release. Please use 'slow-query-log'/'-slow-query-log-file' instead.

Generated at Thu Feb 08 06:31:13 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.