Add missing SIGNAL_WITH_VIO_CLOSE to fix problem with SLAVE STOP on windows

This commit is contained in:
monty@narttu.mysql.fi 2003-02-27 11:20:07 +02:00
parent c20453ba9a
commit fa195bc83a

View File

@ -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