1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00
This commit is contained in:
unknown
2008-02-27 13:30:49 +04:00
parent 33c4301922
commit 4a8c442f04

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;
}