mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Tag the sql/log.h
family with ATTRIBUTE_FORMAT
Let GCC `-Wformat` check formats sent to these users of `my_vsnprintf_ex` users (heh)
This commit is contained in:
committed by
Sergei Golubchik
parent
21dfef474c
commit
2392bd02d8
@@ -148,7 +148,7 @@ void start_handle_manager()
|
||||
if ((err= mysql_thread_create(key_thread_handle_manager, &hThread,
|
||||
&connection_attrib, handle_manager, 0)))
|
||||
{
|
||||
sql_print_warning("Can't create handle_manager thread (errno: %M)", err);
|
||||
sql_print_warning("Can't create handle_manager thread (errno: %iE)", err);
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user