mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Netware specific changes.
This commit is contained in:

parent
4ac4020f6d
commit
96f8db34a5
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
#include "mysql_priv.h"
|
#include "mysql_priv.h"
|
||||||
|
|
||||||
#ifdef HAVE_ARCHIVE_DB
|
#if defined(HAVE_ARCHIVE_DB) && !defined(__NETWARE__)
|
||||||
#include "ha_archive.h"
|
#include "ha_archive.h"
|
||||||
#include <my_dir.h>
|
#include <my_dir.h>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#define NOT_FIXED_DEC 31
|
#define NOT_FIXED_DEC 31
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define STRING_WITH_LEN(X) ((char*) X), (sizeof(X)-1)
|
#define STRING_WITH_LEN(X) ((const char*) X), ((uint) (sizeof(X) - 1))
|
||||||
|
|
||||||
class String;
|
class String;
|
||||||
int sortcmp(const String *a,const String *b, CHARSET_INFO *cs);
|
int sortcmp(const String *a,const String *b, CHARSET_INFO *cs);
|
||||||
|
Reference in New Issue
Block a user