mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge mysql.com:/home/hf/work/25097/my50-25097
into mysql.com:/home/hf/work/25097/my51-25097
This commit is contained in:
10
sql/log.cc
10
sql/log.cc
@ -4378,15 +4378,7 @@ static void print_buffer_to_nt_eventlog(enum loglevel level, char *buff,
|
||||
return an error (e.g. logging to the log tables)
|
||||
*/
|
||||
|
||||
#ifdef EMBEDDED_LIBRARY
|
||||
int vprint_msg_to_log(enum loglevel level __attribute__((unused)),
|
||||
const char *format __attribute__((unused)),
|
||||
va_list argsi __attribute__((unused)))
|
||||
{
|
||||
DBUG_ENTER("vprint_msg_to_log");
|
||||
DBUG_RETURN(0);
|
||||
}
|
||||
#else /*!EMBEDDED_LIBRARY*/
|
||||
#ifndef EMBEDDED_LIBRARY
|
||||
static void print_buffer_to_file(enum loglevel level, const char *buffer)
|
||||
{
|
||||
time_t skr;
|
||||
|
Reference in New Issue
Block a user