~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/signal_handler/signal_handler.cc

  • Committer: Monty Taylor
  • Date: 2009-05-21 07:00:22 UTC
  • mto: (1022.4.2 update-to-gcc-44)
  • mto: This revision was merged to the branch mainline in revision 1031.
  • Revision ID: mordred@inaugust.com-20090521070022-yctmphhug3qj8kfw
Another stab at this darned thing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
  if (sig != SIGTERM && sig != 0)
59
59
    unireg_abort(1);                            /* purecov: inspected */
60
60
  else
 
61
  {
61
62
    unireg_end();
62
 
 
 
63
#if !defined(SIGNALS_DONT_BREAK_READ)
 
64
    my_thread_end();
 
65
    pthread_exit(0);
 
66
#endif
 
67
  }
63
68
}
64
69
 
65
70
/**