Loading client/mysqltest.c +5 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,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 Loading Loading
client/mysqltest.c +5 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,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 Loading