mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
commands.cc, parse.h, parse.cc, instance_options.cc:
Prefix enum symbols LOG_* with IM_, not to clash with system headers server-tools/instance-manager/instance_options.cc: Prefix enum symbols LOG_* with IM_, not to clash with system headers server-tools/instance-manager/parse.cc: Prefix enum symbols LOG_* with IM_, not to clash with system headers server-tools/instance-manager/parse.h: Prefix enum symbols LOG_* with IM_, not to clash with system headers server-tools/instance-manager/commands.cc: Prefix enum symbols LOG_* with IM_, not to clash with system headers
This commit is contained in:
@@ -24,9 +24,9 @@ class Command_factory;
|
||||
|
||||
enum Log_type
|
||||
{
|
||||
LOG_ERROR= 0,
|
||||
LOG_GENERAL,
|
||||
LOG_SLOW
|
||||
IM_LOG_ERROR= 0,
|
||||
IM_LOG_GENERAL,
|
||||
IM_LOG_SLOW
|
||||
};
|
||||
|
||||
Command *parse_command(Command_factory *factory, const char *text);
|
||||
|
||||
Reference in New Issue
Block a user