compiler warning

This commit is contained in:
Sergei Golubchik 2014-05-07 10:24:02 +02:00
parent f55a0a6ad2
commit a30477b322

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,