Use cygwin for --exec and --system in mysqltest for MySQL before 5.0
This commit is contained in:
parent
e7d8bde1da
commit
8c5a862569
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user