Commit be9a61f1 authored by unknown's avatar unknown

Add missing SIGNAL_WITH_VIO_CLOSE to fix problem with SLAVE STOP on windows

parent 3f9ea802
...@@ -135,6 +135,11 @@ typedef uint rf_SetTimer; ...@@ -135,6 +135,11 @@ typedef uint rf_SetTimer;
#define HAVE_NAMED_PIPE /* We can only create pipes on NT */ #define HAVE_NAMED_PIPE /* We can only create pipes on NT */
#endif #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 */ /* Use all character sets in MySQL */
#define USE_MB 1 #define USE_MB 1
#define USE_MB_IDENT 1 #define USE_MB_IDENT 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment