diff options
author | serg@serg.mysql.com <> | 2002-06-30 16:14:48 +0000 |
---|---|---|
committer | serg@serg.mysql.com <> | 2002-06-30 16:14:48 +0000 |
commit | 0a1de562a737e57d13981e38469bd72cb47c1842 (patch) | |
tree | 982282b567e1de58ac0c3525ec4d78ad82500a7a /include/myisam.h | |
parent | cc327c60c8ac77fb1f38716a9a9cf368965b7498 (diff) | |
parent | a90ad0a0d071f6f8a7fe87674ec8aa2ede6e16b3 (diff) | |
download | mariadb-git-0a1de562a737e57d13981e38469bd72cb47c1842.tar.gz |
merged
Diffstat (limited to 'include/myisam.h')
-rw-r--r-- | include/myisam.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/myisam.h b/include/myisam.h index 9b5d21a1844..a30155841ff 100644 --- a/include/myisam.h +++ b/include/myisam.h @@ -384,7 +384,7 @@ typedef struct st_mi_sort_param IO_CACHE tempfile, tempfile_for_exceptions; DYNAMIC_ARRAY buffpek; my_off_t pos,max_pos,filepos,start_recpos; - my_bool fix_datafile; + my_bool fix_datafile, master; char *record; char *tmpdir; int (*key_cmp)(struct st_mi_sort_param *, const void *, const void *); @@ -406,6 +406,8 @@ int mi_repair(MI_CHECK *param, register MI_INFO *info, int mi_sort_index(MI_CHECK *param, register MI_INFO *info, my_string name); int mi_repair_by_sort(MI_CHECK *param, register MI_INFO *info, const char * name, int rep_quick); +int mi_repair_parallel(MI_CHECK *param, register MI_INFO *info, + const char * name, int rep_quick); int change_to_newfile(const char * filename, const char * old_ext, const char * new_ext, uint raid_chunks, myf myflags); |