diff options
author | unknown <monty@mysql.com> | 2004-07-12 07:43:38 +0300 |
---|---|---|
committer | unknown <monty@mysql.com> | 2004-07-12 07:43:38 +0300 |
commit | c4645f84047585b12523d8d111044bf040880bb4 (patch) | |
tree | 10e62d45a952afd6fc7079f46435e5a5144b3dc8 /myisam/myisamdef.h | |
parent | 11b8987313aab1eb8d9f829731fa0dcd83bf62f5 (diff) | |
download | mariadb-git-c4645f84047585b12523d8d111044bf040880bb4.tar.gz |
After merge fixes
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 d092151aacc..12ce112dbe0 100644 --- a/myisam/myisamdef.h +++ b/myisam/myisamdef.h @@ -711,7 +711,7 @@ int mi_open_keyfile(MYISAM_SHARE *share); void mi_setup_functions(register MYISAM_SHARE *share); /* Functions needed by mi_check */ -int *killed_ptr(void *thd); +volatile int *killed_ptr(MI_CHECK *param); 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,...)); |