Use cygwin for --exec and --system in mysqltest for MySQL before 5.0

This commit is contained in:
unknown 2007-02-28 10:05:51 +01:00
parent e7d8bde1da
commit 8c5a862569

View File

@ -61,6 +61,11 @@
# endif # endif
#endif #endif
/* Use cygwin for --exec and --system before 5.0 */
#if MYSQL_VERSION_ID < 50000
#define USE_CYGWIN
#endif
#define MAX_VAR_NAME_LENGTH 256 #define MAX_VAR_NAME_LENGTH 256
#define MAX_COLUMNS 256 #define MAX_COLUMNS 256
#define MAX_EMBEDDED_SERVER_ARGS 64 #define MAX_EMBEDDED_SERVER_ARGS 64