summaryrefslogtreecommitdiff
path: root/myisam/myisamdef.h
diff options
context:
space:
mode:
authorhf@genie.(none) <>2003-03-31 13:39:46 +0500
committerhf@genie.(none) <>2003-03-31 13:39:46 +0500
commitf8f0b703808f19b788b57c8c35c9aa0147b48b7f (patch)
treef4464e6b282d974ae15bcac10865fa2b4d457ae4 /myisam/myisamdef.h
parentd00b3ba511bd49341dd3bbcc846c9ddad11a8c2d (diff)
downloadmariadb-git-f8f0b703808f19b788b57c8c35c9aa0147b48b7f.tar.gz
SCRUM
two KILL commands implementation (version 2)
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 25f2969a973..b2d6807ad73 100644
--- a/myisam/myisamdef.h
+++ b/myisam/myisamdef.h
@@ -693,7 +693,7 @@ int mi_open_keyfile(MYISAM_SHARE *share);
void mi_setup_functions(register MYISAM_SHARE *share);
/* Functions needed by mi_check */
-volatile bool *killed_ptr(MI_CHECK *param);
+bool killed_ptr(void *thd);
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,...));