From: Date: August 23 2006 12:08pm Subject: bk commit into 5.0 tree (joerg:1.2236) BUG#21537 List-Archive: http://lists.mysql.com/commits/10751 X-Bug: 21537 Message-Id: <20060823100816.2187616EAB@trift2.fambruehe> Below is the list of changes that have just been committed into a local 5.0 repository of joerg. When joerg 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-08-23 12:08:08+02:00, joerg@trift2. +1 -0 Fix for bug#21537, "Error at startup" These variables must be defined for Netware, or it fails to recognize hard paths starting from the device. (Packport of: 2006/08/16 19:30:46+03:00 jani@stripped ) include/config-netware.h@stripped, 2006-08-23 12:08:06+02:00, joerg@trift2. +4 -0 Fix for bug#21537, "Error at startup" These variables must be defined for Netware. (Backport of: 2006/08/16 19:30:44+03:00 jani@stripped +4 -0 ) # 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: joerg # Host: trift2. # Root: /M50/clone-5.0 --- 1.14/include/config-netware.h 2006-08-23 12:08:16 +02:00 +++ 1.15/include/config-netware.h 2006-08-23 12:08:16 +02:00 @@ -101,6 +101,10 @@ /* On NetWare, to fix the problem with the deletion of open files */ #define CANT_DELETE_OPEN_FILES 1 +#define FN_LIBCHAR '\\' +#define FN_ROOTDIR "\\" +#define FN_DEVCHAR ':' + /* default directory information */ #define DEFAULT_MYSQL_HOME "sys:/mysql" #define PACKAGE "mysql"