mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fixed some compiler warnings
This commit is contained in:
@@ -153,7 +153,7 @@ static uchar *next_free_record_pos(HP_SHARE *info)
|
||||
(info->data_length + info->index_length >= info->max_table_size))
|
||||
{
|
||||
DBUG_PRINT("error",
|
||||
("record file full. records: %u max_records: %lu "
|
||||
("record file full. records: %lu max_records: %lu "
|
||||
"data_length: %llu index_length: %llu "
|
||||
"max_table_size: %llu",
|
||||
info->records, info->max_records,
|
||||
|
Reference in New Issue
Block a user