summaryrefslogtreecommitdiff
path: root/include/myisamchk.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/myisamchk.h')
-rw-r--r--include/myisamchk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/myisamchk.h b/include/myisamchk.h
index f4651b81f8b..6d2d887cf68 100644
--- a/include/myisamchk.h
+++ b/include/myisamchk.h
@@ -138,8 +138,8 @@ typedef struct st_handler_check_param
/* Following is used to check if rows are visible */
ulonglong max_trid, max_found_trid;
ulonglong not_visible_rows_found;
-
- size_t use_buffers, read_buffer_length, write_buffer_length;
+ ulonglong use_buffers; /* Used as param to getopt() */
+ size_t read_buffer_length, write_buffer_length;
size_t sort_buffer_length, sort_key_blocks;
ulong rec_per_key_part[HA_MAX_KEY_SEG * HA_MAX_POSSIBLE_KEY];
double new_rec_per_key_part[HA_MAX_KEY_SEG * HA_MAX_POSSIBLE_KEY];