mirror of
https://github.com/MariaDB/server.git
synced 2026-05-05 14:45:31 +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
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include "mysql_priv.h"
|
||||
|
||||
#ifdef HAVE_ARCHIVE_DB
|
||||
#if defined(HAVE_ARCHIVE_DB) && !defined(__NETWARE__)
|
||||
#include "ha_archive.h"
|
||||
#include <my_dir.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue