summaryrefslogtreecommitdiff
path: root/include/myisam.h
diff options
context:
space:
mode:
authorunknown <serg@sergbook.mysql.com>2002-07-21 21:01:05 +0200
committerunknown <serg@sergbook.mysql.com>2002-07-21 21:01:05 +0200
commit13b326f105eb6904aaa69115e244e52a7f71615b (patch)
tree53f201506e53be3aefa1a3a6a15e5c06db699508 /include/myisam.h
parent641d725dcb7cfe3cc881c921ff94c382f18774b2 (diff)
downloadmariadb-git-13b326f105eb6904aaa69115e244e52a7f71615b.tar.gz
parallel repair: style fixups
Diffstat (limited to 'include/myisam.h')
-rw-r--r--include/myisam.h2
1 files changed, 1 insertions, 1 deletions
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;