~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/signal_handler/signal_handler.cc

  • Committer: Monty Taylor
  • Date: 2010-04-01 18:07:18 UTC
  • mto: (1471.3.2 drizzled-as-lib)
  • mto: This revision was merged to the branch mainline in revision 1479.
  • Revision ID: mordred@inaugust.com-20100401180718-26vblit959akf527
Merged in revs removing depend on the plugin tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
  kill_in_progress=true;
69
69
  abort_loop=1;                                 // This should be set
70
70
  if (sig != 0) // 0 is not a valid signal number
71
 
    set_signal(sig, SIG_IGN);                    /* purify inspected */
 
71
    ignore_signal(sig);                    /* purify inspected */
72
72
  if (sig == SIGTERM || sig == 0)
73
73
    errmsg_printf(ERRMSG_LVL_INFO, _(ER(ER_NORMAL_SHUTDOWN)),internal::my_progname);
74
74
  else