summaryrefslogtreecommitdiff
path: root/myisam/myisamdef.h
diff options
context:
space:
mode:
authorserg@serg.mylan <>2005-10-08 16:39:55 +0200
committerserg@serg.mylan <>2005-10-08 16:39:55 +0200
commite91712d9bbd43f2153ed0623a651844de45b7796 (patch)
tree5131856f24706c7b976877506a4c7f7a2615d9e6 /myisam/myisamdef.h
parentb05a6d8fdadc7117e2931c66ff8a90d6bc476de0 (diff)
downloadmariadb-git-e91712d9bbd43f2153ed0623a651844de45b7796.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.h2
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);