mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix compile errors
This commit is contained in:
@@ -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[] =
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#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)
|
||||||
|
Reference in New Issue
Block a user