diff options
Diffstat (limited to 'include/myisamchk.h')
-rw-r--r-- | include/myisamchk.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/myisamchk.h b/include/myisamchk.h index 48e4a8d1b9c..bd184c75e7e 100644 --- a/include/myisamchk.h +++ b/include/myisamchk.h @@ -149,7 +149,7 @@ typedef struct st_handler_check_param uint key_cache_block_size, pagecache_block_size; int tmpfile_createflag, err_count; myf myf_rw; - uint8 language; + uint16 language; my_bool using_global_keycache, opt_lock_memory, opt_follow_links; my_bool retry_repair, force_sort, calc_checksum, static_row_size; char temp_filename[FN_REFLEN]; @@ -160,10 +160,8 @@ typedef struct st_handler_check_param uint progress_counter; /* How often to call _report_progress() */ ulonglong progress, max_progress; -#ifdef THREAD - pthread_mutex_t print_msg_mutex; + mysql_mutex_t print_msg_mutex; my_bool need_print_msg_lock; -#endif } HA_CHECK; |