mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 11:15:33 +02:00
Netware specific changes.
sql/ha_archive.cc: Disabled archive db for Netware until zlibCompileFlags() is available for this platform. sql/sql_string.h: Added casts. Won't work with Metrowerks compiler without.
This commit is contained in:
parent
67183a7b8a
commit
4e1d88af8f
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
#define NOT_FIXED_DEC 31
|
||||
#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;
|
||||
int sortcmp(const String *a,const String *b, CHARSET_INFO *cs);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue