summaryrefslogtreecommitdiff
path: root/include/myisamchk.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/myisamchk.h')
-rw-r--r--include/myisamchk.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/myisamchk.h b/include/myisamchk.h
index ded463f10ca..64724de1789 100644
--- a/include/myisamchk.h
+++ b/include/myisamchk.h
@@ -124,6 +124,7 @@ typedef struct st_handler_check_param
mysql_mutex_t print_msg_mutex;
my_bool need_print_msg_lock;
+ myf malloc_flags;
} HA_CHECK;
@@ -139,8 +140,8 @@ typedef struct st_buffpek {
my_off_t file_pos; /* Where we are in the sort file */
uchar *base, *key; /* Key pointers */
ha_rows count; /* Number of rows in table */
- ulong mem_count; /* numbers of keys in memory */
- ulong max_keys; /* Max keys in buffert */
+ ha_rows mem_count; /* Numbers of keys in memory */
+ ha_rows max_keys; /* Max keys in buffert */
} BUFFPEK;
#endif /* _myisamchk_h */