diff options
author | monty@mashka.mysql.fi <> | 2003-02-17 02:14:37 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-02-17 02:14:37 +0200 |
commit | 6051b2f9988f1e317be41e49c64718cc610c1260 (patch) | |
tree | 49ba5df63376ec1ba88e54e1446b29a777bba1a9 /mysys/my_netware.c | |
parent | 153cefc61b15e182157ab7da9a14ab014c4f95de (diff) | |
download | mariadb-git-6051b2f9988f1e317be41e49c64718cc610c1260.tar.gz |
Fixed multi-table-delete for InnoDB tables
Novell patches
Diffstat (limited to 'mysys/my_netware.c')
-rw-r--r-- | mysys/my_netware.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mysys/my_netware.c b/mysys/my_netware.c index 6c3242594df..e41dbd0a029 100644 --- a/mysys/my_netware.c +++ b/mysys/my_netware.c @@ -20,6 +20,7 @@ #include <mysys_priv.h> #ifdef __NETWARE__ + #include <string.h> #include <library.h> /* @@ -61,8 +62,8 @@ long PMMeteredUsageRequest long *NLSMeterErrCode ); -ypedef long(*PMUR)(char*, long, char*, char, char*, long, long*, long*, - long*); +typedef long(*PMUR)(const char*, long, const char*, char, + const char*, long, long*, long*, long*); /* infoType */ /* indicates that the info in the userInfo param is an NDS user */ |