Browse Source

Merge dipika.(none):/opt/local/work/mysql-5.0-runtime

into  dipika.(none):/opt/local/work/mysql-5.1-runtime


client/mysqltest.c:
  Auto merged
pull/374/head
unknown 18 years ago
parent
commit
ee0b7f3856
  1. 4
      client/mysqltest.c

4
client/mysqltest.c

@ -45,6 +45,10 @@
#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>
#endif
#ifdef __WIN__
#include <direct.h>
#endif
/* Use cygwin for --exec and --system before 5.0 */
#if MYSQL_VERSION_ID < 50000

Loading…
Cancel
Save