1
0
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:
Vladislav Vaintroub
2016-04-28 21:22:09 +02:00
parent 636bb59034
commit 6345cd4418
2 changed files with 2 additions and 1 deletions

View File

@@ -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;
}
/*

View File

@@ -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)