mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
commands.cc, parse.h, parse.cc, instance_options.cc:
Prefix enum symbols LOG_* with IM_, not to clash with system headers
This commit is contained in:
@ -573,9 +573,9 @@ int Show_instance_log_files::execute(struct st_net *net, ulong connection_id)
|
||||
const char *value;
|
||||
} logs[]=
|
||||
{
|
||||
{"ERROR LOG", instance->options.logs[LOG_ERROR]},
|
||||
{"GENERAL LOG", instance->options.logs[LOG_GENERAL]},
|
||||
{"SLOW LOG", instance->options.logs[LOG_SLOW]},
|
||||
{"ERROR LOG", instance->options.logs[IM_LOG_ERROR]},
|
||||
{"GENERAL LOG", instance->options.logs[IM_LOG_GENERAL]},
|
||||
{"SLOW LOG", instance->options.logs[IM_LOG_SLOW]},
|
||||
{NULL, NULL}
|
||||
};
|
||||
struct log_files_st *log_files;
|
||||
|
Reference in New Issue
Block a user