1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Windows build fixups with the latest source

This commit is contained in:
venu@myvenu.com
2003-06-03 18:45:07 -07:00
parent e436736d29
commit 27469ec8b9
8 changed files with 16 additions and 18 deletions

View File

@ -423,7 +423,7 @@ Query_cache query_cache;
#endif
#ifdef HAVE_SMEM
char *shared_memory_base_name= default_shared_memory_base_name;
my_bool opt_enable_shared_memory;
bool opt_enable_shared_memory;
#endif
#include "sslopt-vars.h"
@ -471,7 +471,6 @@ static void close_connections(void)
#ifdef EXTRA_DEBUG
int count=0;
#endif
NET net;
DBUG_ENTER("close_connections");
/* Clear thread cache */