mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
merge with 4.0 to get windows fixes
This commit is contained in:
@ -357,7 +357,7 @@ LOG_MSG_FUNC(log_info,LOG_INFO)
|
||||
#ifndef DBUG_OFF
|
||||
LOG_MSG_FUNC(log_debug,LOG_DEBUG)
|
||||
#else
|
||||
void log_debug(const char* __attribute__((unused)) fmt,...) {}
|
||||
void log_debug(const char* fmt __attribute__((unused)),...) {}
|
||||
#endif
|
||||
|
||||
static void handle_sigterm(int sig __attribute__((unused)))
|
||||
|
Reference in New Issue
Block a user