Below is the list of changes that have just been committed into a local
5.0 repository of jani. When jani 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-16 19:30:46+03:00, jani@stripped +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.
include/config-netware.h@stripped, 2006-08-16 19:30:44+03:00, jani@stripped +4 -0
Fix for bug#21537, "Error at startup"
These variables must be defined for Netware.
# 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: jani
# Host: ua141d10.elisa.omakaista.fi
# Root: /home/my/bk/mysql-5.0
--- 1.14/include/config-netware.h 2006-08-16 19:30:52 +03:00
+++ 1.15/include/config-netware.h 2006-08-16 19:30:52 +03: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"
| Thread |
|---|
| • bk commit into 5.0 tree (jani:1.2259) BUG#21537 | jani | 16 Aug |