@@ -7282,6 +7282,14 @@ static int get_options(int *argc_ptr, char ***argv_ptr)
...
@@ -7282,6 +7282,14 @@ static int get_options(int *argc_ptr, char ***argv_ptr)
opt_log_slow_slave_statements)&&
opt_log_slow_slave_statements)&&
!opt_slow_log)
!opt_slow_log)
sql_print_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");
sql_print_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");
if(global_system_variables.net_buffer_length>
global_system_variables.max_allowed_packet)
{
sql_print_warning("net_buffer_length (%lu) is set to be larger "