summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
diff options
context:
space:
mode:
authorvenu@myvenu.com <>2003-06-03 18:45:07 -0700
committervenu@myvenu.com <>2003-06-03 18:45:07 -0700
commit27469ec8b9f8164d8c784a16a9190538fe64c56c (patch)
tree6c667c83f599e122fe20111ffc01bf244d774111 /sql/mysqld.cc
parente436736d29dcde08eee20b49e0c6c148b8b6dd02 (diff)
downloadmariadb-git-27469ec8b9f8164d8c784a16a9190538fe64c56c.tar.gz
Windows build fixups with the latest source
Diffstat (limited to 'sql/mysqld.cc')
-rw-r--r--sql/mysqld.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc
index 0f4e689d55b..5dc1c4159e5 100644
--- a/sql/mysqld.cc
+++ b/sql/mysqld.cc
@@ -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 */