1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

netware doesnt use fork

This commit is contained in:
bpontz@shasta.mysql.com
2006-03-27 12:25:01 -05:00
parent 6ad5038423
commit 2d14a5e560

View File

@@ -1012,7 +1012,7 @@ run_scheduler(stats *sptr, statement *stmts, uint concur, ulonglong limit)
}
}
#endif
#ifndef __WIN__
#if !(defined(__WIN__) || defined(__NETWARE__))
#ifdef HAVE_LIBPTHREAD
else
#endif