diff options
author | hf@genie.(none) <> | 2003-03-31 13:39:46 +0500 |
---|---|---|
committer | hf@genie.(none) <> | 2003-03-31 13:39:46 +0500 |
commit | f8f0b703808f19b788b57c8c35c9aa0147b48b7f (patch) | |
tree | f4464e6b282d974ae15bcac10865fa2b4d457ae4 /myisam/myisamdef.h | |
parent | d00b3ba511bd49341dd3bbcc846c9ddad11a8c2d (diff) | |
download | mariadb-git-f8f0b703808f19b788b57c8c35c9aa0147b48b7f.tar.gz |
SCRUM
two KILL commands implementation (version 2)
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 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,...)); |