1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

parallel repair: style fixups

This commit is contained in:
unknown
2002-07-21 21:01:05 +02:00
parent 641d725dcb
commit 13b326f105
3 changed files with 4 additions and 5 deletions

View File

@ -358,7 +358,7 @@ typedef struct st_sort_info
MI_CHECK *param;
enum data_file_type new_data_file_type;
SORT_KEY_BLOCKS *key_block,*key_block_end;
uint kei, total_keys;
uint current_key, total_keys;
my_off_t filelength,dupp,buff_length;
ha_rows max_records;
char *buff;