1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

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

This commit is contained in:
msvensson@pilot.blaudden
2007-02-28 10:05:51 +01:00
parent 23b6b4a565
commit ed61e4868d

View File

@@ -61,6 +61,11 @@
# 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_COLUMNS 256
#define MAX_EMBEDDED_SERVER_ARGS 64