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@stripped, 2006-07-26 15:27:53+02:00, msvensson@neptunus.(none) +1 -0
Bug#16574 Patch to compile on GNU/Hurd (PATH_MAX limit not existing)
- Define MAX_PATH if not already defined by system header files.
- Thanks to Christian for the report and patch!
ndb/include/ndb_global.h.in@stripped, 2006-07-26 15:27:51+02:00, msvensson@neptunus.(none) +0 -4
PATH_MAX is defined in ndb_global.h for "sco", remove the conditional define for sco
so it thakes effect as soon as MAX_PATH is not available
# 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/my50-m-bug16574
--- 1.9/ndb/include/ndb_global.h.in 2006-07-26 15:27:57 +02:00
+++ 1.10/ndb/include/ndb_global.h.in 2006-07-26 15:27:57 +02:00
@@ -128,12 +128,8 @@ extern "C" {
#include "ndb_init.h"
-#ifdef SCO
-
#ifndef PATH_MAX
#define PATH_MAX 1024
#endif
-
-#endif /* SCO */
#endif
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.2238) BUG#16574 | msvensson | 26 Jul |