mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 15:25:33 +02:00
Fix compile errors
This commit is contained in:
parent
636bb59034
commit
6345cd4418
2 changed files with 2 additions and 1 deletions
|
|
@ -172,6 +172,7 @@ static int file_key_management_plugin_init(void *p)
|
|||
static int file_key_management_plugin_deinit(void *p)
|
||||
{
|
||||
keys.free_memory();
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ static const char *lock_descriptions[] =
|
|||
};
|
||||
|
||||
|
||||
#ifdef EXTRA_DEBUG
|
||||
#ifndef DBUG_OFF
|
||||
|
||||
void
|
||||
print_where(COND *cond,const char *info, enum_query_type query_type)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue