From 504e0a7a4f40eb3afc0f49dc9f1360bb4f2c0218 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 27 Feb 2003 11:20:07 +0200 Subject: Add missing SIGNAL_WITH_VIO_CLOSE to fix problem with SLAVE STOP on windows --- include/config-win.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/config-win.h') diff --git a/include/config-win.h b/include/config-win.h index b4b9a59a067..74b2ae71017 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -135,6 +135,11 @@ typedef uint rf_SetTimer; #define HAVE_NAMED_PIPE /* We can only create pipes on NT */ #endif +/* We need to close files to break connections on shutdown */ +#ifndef SIGNAL_WITH_VIO_CLOSE +#define SIGNAL_WITH_VIO_CLOSE +#endif + /* Use all character sets in MySQL */ #define USE_MB 1 #define USE_MB_IDENT 1 -- cgit v1.2.1