1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Win32 Embedded Server Changes

This commit is contained in:
miguel@light.local
2002-01-09 05:38:48 -02:00
parent 1faca6fccb
commit 558d88f977
7 changed files with 209 additions and 69 deletions

View File

@@ -1167,6 +1167,11 @@ void Query_cache::pack(ulong join_limit, uint iteration_limit)
void Query_cache::destroy()
{
if ( !initialized )
{
DBUG_PRINT("qcache", ("Query Cache not initialized"));
return;
}
DBUG_ENTER("Query_cache::destroy");
free_cache(1);
pthread_mutex_destroy(&structure_guard_mutex);