1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00
This commit is contained in:
holyfoot/hf@mysql.com/hfmain.(none)
2008-02-27 13:30:49 +04:00
parent b727a22d97
commit fbc4562331

View File

@ -1118,10 +1118,11 @@ bool Protocol::net_store_data(const uchar *from, size_t length)
}
void vprint_msg_to_log(enum loglevel level __attribute__((unused)),
int vprint_msg_to_log(enum loglevel level __attribute__((unused)),
const char *format, va_list argsi)
{
vsnprintf(mysql_server_last_error, sizeof(mysql_server_last_error),
format, argsi);
mysql_server_last_errno= CR_UNKNOWN_ERROR;
return 0;
}