Below is the list of changes that have just been committed into a local
6.0 repository of vvaintroub. When vvaintroub does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2008-02-07 21:09:28+01:00, vvaintroub@wva. +1 -0
Fix compile warning about undefined rmdir() function
client/mysqltest.c@stripped, 2008-02-07 21:09:27+01:00, vvaintroub@wva. +3 -0
Fix compile warning about undefined rmdir() function
diff -Nrup a/client/mysqltest.c b/client/mysqltest.c
--- a/client/mysqltest.c 2008-02-07 14:10:47 +01:00
+++ b/client/mysqltest.c 2008-02-07 21:09:27 +01:00
@@ -45,6 +45,9 @@
#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
| Thread |
|---|
| • bk commit into 6.0 tree (vvaintroub:1.2538) | vvaintroub | 7 Feb |