From 79628df018f81c948030da5a54bea5f6ad1d9346 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 23 Aug 2006 12:08:08 +0200 Subject: [PATCH 1/2] 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@ua141d10.elisa.omakaista.fi ) include/config-netware.h: 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@ua141d10.elisa.omakaista.fi +4 -0 ) --- include/config-netware.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/config-netware.h b/include/config-netware.h index 5a8b926a669..a3cd6635bae 100644 --- a/include/config-netware.h +++ b/include/config-netware.h @@ -101,6 +101,10 @@ extern "C" { /* 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" From 70ad92dc24978c259c1ba9bb0acd15a5c8945486 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 23 Aug 2006 17:40:05 +0200 Subject: [PATCH 2/2] configure.in : Set the version for 5.0.24a. configure.in: Set the version for 5.0.24a. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 48454a11309..46664866822 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AC_INIT(sql/mysqld.cc) AC_CANONICAL_SYSTEM # The Docs Makefile.am parses this line! # remember to also change ndb version below and update version.c in ndb -AM_INIT_AUTOMAKE(mysql, 5.0.24) +AM_INIT_AUTOMAKE(mysql, 5.0.24a) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10