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
@@ -4108,7 +4108,7 @@ bool verify_data_with_partition(TABLE *table, TABLE *part_table,
|
||||
|
||||
if (table->in_use->lex->without_validation)
|
||||
{
|
||||
sql_print_warning("Table %`s.%`s was altered WITHOUT VALIDATION: "
|
||||
sql_print_warning("Table %sQ.%sQ was altered WITHOUT VALIDATION: "
|
||||
"the table might be corrupted",
|
||||
part_table->s->db.str, part_table->s->table_name.str);
|
||||
DBUG_RETURN(false);
|
||||
|
Reference in New Issue
Block a user