1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Applied a patch for Netware.

This commit is contained in:
jani@ua141d10.elisa.omakaista.fi
2005-02-08 19:49:40 +02:00
parent 7d1af16c2a
commit 1c2f4ffecb
13 changed files with 47 additions and 13 deletions

View File

@ -45,7 +45,7 @@ int my_rename(const char *from, const char *to, myf MyFlags)
}
#endif
#if defined(HAVE_RENAME)
#ifdef __WIN__
#if defined(__WIN__) || defined(__NETWARE__)
/*
On windows we can't rename over an existing file:
Remove any conflicting files: