1
0
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:
Michael Widenius
2014-07-30 10:05:01 +03:00
parent 1c616869d1
commit a1c1700b89
3 changed files with 5 additions and 5 deletions

View File

@@ -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,