mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
netware doesnt use fork
This commit is contained in:
parent
6ad5038423
commit
2d14a5e560
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue