mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Applied a couple of Netware related patches.
This commit is contained in:
parent
c19d2c1e89
commit
d09e52c552
@@ -27,6 +27,7 @@
|
||||
#include "my_manage.h"
|
||||
#ifdef __NETWARE__
|
||||
#define strindex(a,b) ((char*)strindex(a,b))
|
||||
#define strstr(a,b) ((char*)strstr(a,b))
|
||||
#endif
|
||||
|
||||
/******************************************************************************
|
||||
@@ -943,7 +944,7 @@ void run_test(char *test)
|
||||
// increment total
|
||||
++total_test;
|
||||
}
|
||||
else if (err == 2)
|
||||
else if (err == 62)
|
||||
{
|
||||
// skip
|
||||
rstr = TEST_SKIP;
|
||||
|
||||
Reference in New Issue
Block a user