~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/signal_handler/signal_handler.cc

Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
  my_thread_init();                             // Init new thread
99
99
  signal_thread_in_use= true;
100
100
 
101
 
  if (thd_lib_detected != THD_LIB_LT && (test_flags & TEST_SIGINT))
 
101
  if (thd_lib_detected != THD_LIB_LT && 
 
102
      (test_flags.test(TEST_SIGINT)))
102
103
  {
103
104
    (void) sigemptyset(&set);                   // Setup up SIGINT for debug
104
105
    (void) sigaddset(&set,SIGINT);              // For debugging