~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/signal_handler/signal_handler.cc

  • Committer: Lee Bieber
  • Date: 2011-04-18 21:48:09 UTC
  • mfrom: (2280.2.3 build)
  • Revision ID: kalebral@gmail.com-20110418214809-dsdfrc8f90a9p2x1
Merge Olaf - code refactor and pruning dead functions

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
  sigset_t set;
120
120
  int sig;
121
121
  internal::my_thread_init();                           // Init new thread
122
 
  boost::this_thread::at_thread_exit(&internal::my_thread_end);
123
122
  signal_thread_in_use= true;
124
123
 
125
124
  if ((drizzled::getDebug().test(drizzled::debug::ALLOW_SIGINT)))