mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
merging with 5.0 bugteam tree
This commit is contained in:
commit
b745d02a03
1 changed files with 1 additions and 1 deletions
|
@ -1306,7 +1306,7 @@ static void descript(MI_CHECK *param, register MI_INFO *info, char * name)
|
|||
share->base.max_key_file_length != HA_OFFSET_ERROR)
|
||||
printf("Max datafile length: %13s Max keyfile length: %13s\n",
|
||||
llstr(share->base.max_data_file_length-1,llbuff),
|
||||
llstr(share->base.max_key_file_length-1,llbuff2));
|
||||
ullstr(share->base.max_key_file_length - 1, llbuff2));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue