From 13b326f105eb6904aaa69115e244e52a7f71615b Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 21 Jul 2002 21:01:05 +0200 Subject: parallel repair: style fixups --- include/myisam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/myisam.h') diff --git a/include/myisam.h b/include/myisam.h index cd70292d283..8e1be66331a 100644 --- a/include/myisam.h +++ b/include/myisam.h @@ -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; -- cgit v1.2.1