mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Several fixes for Netware.
This commit is contained in:

parent
9f72d504b4
commit
fe977b0cd0
@ -27,6 +27,10 @@
|
||||
|
||||
#include "my_manage.h"
|
||||
|
||||
#ifdef __NETWARE__
|
||||
#define strindex(a,b) ((char*)strindex(a,b))
|
||||
#endif
|
||||
|
||||
/******************************************************************************
|
||||
|
||||
macros
|
||||
|
Reference in New Issue
Block a user