Commit 212e7913 authored by unknown's avatar unknown
Browse files

netware doesnt use fork

parent 583d7761
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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