diff options
author | serg@serg.mysql.com <> | 2002-06-19 23:54:45 +0000 |
---|---|---|
committer | serg@serg.mysql.com <> | 2002-06-19 23:54:45 +0000 |
commit | 5c83ae3fca5a3a56eb31a6827dae0779a94e52b8 (patch) | |
tree | 9939048d2a201bb88a20ae302cbc0cdfa14fd75d /myisam/myisamdef.h | |
parent | 287491719819f27942b55fa46da082a4d0cd4257 (diff) | |
download | mariadb-git-5c83ae3fca5a3a56eb31a6827dae0779a94e52b8.tar.gz |
multithreaded repair-by-sort code
parallel read access to IO_CACHE
Diffstat (limited to 'myisam/myisamdef.h')
-rw-r--r-- | myisam/myisamdef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/myisamdef.h b/myisam/myisamdef.h index fc46b5ecd5c..b5da3d4b4c3 100644 --- a/myisam/myisamdef.h +++ b/myisam/myisamdef.h @@ -658,7 +658,7 @@ int _mi_init_bulk_insert(MI_INFO *info); void mi_check_print_error _VARARGS((MI_CHECK *param, const char *fmt,...)); void mi_check_print_warning _VARARGS((MI_CHECK *param, const char *fmt,...)); void mi_check_print_info _VARARGS((MI_CHECK *param, const char *fmt,...)); -int flush_pending_blocks(MI_CHECK *param); +int flush_pending_blocks(MI_SORT_PARAM *param); #ifdef __cplusplus } |