diff options
author | unknown <serg@serg.mylan> | 2005-10-08 16:39:55 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2005-10-08 16:39:55 +0200 |
commit | 0f60474f290683d2fc468c0081a1058f3f152c16 (patch) | |
tree | 5131856f24706c7b976877506a4c7f7a2615d9e6 /myisam/myisamdef.h | |
parent | 970150d14e83b74e66cd61b9f77aa9c378a94ec7 (diff) | |
download | mariadb-git-0f60474f290683d2fc468c0081a1058f3f152c16.tar.gz |
pthread_handler_decl() changed to be ctags-friendly
(and contain extern "C" when necessary)
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 87a1b757d88..36328c9d9f1 100644 --- a/myisam/myisamdef.h +++ b/myisam/myisamdef.h @@ -728,7 +728,7 @@ int flush_pending_blocks(MI_SORT_PARAM *param); int sort_ft_buf_flush(MI_SORT_PARAM *sort_param); int thr_write_keys(MI_SORT_PARAM *sort_param); #ifdef THREAD -pthread_handler_decl(thr_find_all_keys,arg); +pthread_handler_t thr_find_all_keys(void *arg); #endif int flush_blocks(MI_CHECK *param, KEY_CACHE *key_cache, File file); |