Commit 6345cd44 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Fix compile errors

parent 636bb590
...@@ -172,6 +172,7 @@ static int file_key_management_plugin_init(void *p) ...@@ -172,6 +172,7 @@ static int file_key_management_plugin_init(void *p)
static int file_key_management_plugin_deinit(void *p) static int file_key_management_plugin_deinit(void *p)
{ {
keys.free_memory(); keys.free_memory();
return 0;
} }
/* /*
......
...@@ -54,7 +54,7 @@ static const char *lock_descriptions[] = ...@@ -54,7 +54,7 @@ static const char *lock_descriptions[] =
}; };
#ifdef EXTRA_DEBUG #ifndef DBUG_OFF
void void
print_where(COND *cond,const char *info, enum_query_type query_type) print_where(COND *cond,const char *info, enum_query_type query_type)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment