Commit ab8d50b7 authored by jani@a88-113-38-195.elisa-laajakaista.fi's avatar jani@a88-113-38-195.elisa-laajakaista.fi
Browse files

Fixes a compilation problem on Windows. Backport of the

same fix from 4.0.
parent 0e9a6468
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2251,7 +2251,11 @@ int main(int argc, char **argv)
#endif

  /* Set signal used to kill MySQL */
#if defined(SIGUSR2)
  thr_kill_signal= thd_lib_detected == THD_LIB_LT ? SIGINT : SIGUSR2;
#else
  thr_kill_signal= SIGINT;
#endif

  /*
    Init mutexes for the global MYSQL_LOG objects.