Add missing SIGNAL_WITH_VIO_CLOSE to fix problem with SLAVE STOP on windows
This commit is contained in:
parent
c20453ba9a
commit
fa195bc83a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user