Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson 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
1.2023 06/02/16 23:05:15 msvensson@neptunus.(none) +1 -0
#define popen(A,B) _popen((A),(B))
include/config-win.h
1.75 06/02/16 23:05:11 msvensson@neptunus.(none) +1 -1
Fix strange "double" define for popen.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: msvensson
# Host: neptunus.(none)
# Root: /home/msvensson/mysql/mysqltest_replace/my50-mysqltest_replace
--- 1.74/include/config-win.h 2006-01-11 23:18:00 +01:00
+++ 1.75/include/config-win.h 2006-02-16 23:05:11 +01:00
@@ -211,7 +211,7 @@
#define my_sigset(A,B) signal((A),(B))
#define finite(A) _finite(A)
#define sleep(A) Sleep((A)*1000)
-#define popen(A) popen(A,B) _popen((A),(B))
+#define popen(A,B) _popen((A),(B))
#define pclose(A) _pclose(A)
#ifndef __BORLANDC__
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.2023) | msvensson | 16 Feb |