~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Brian Aker
  • Date: 2009-02-21 09:33:52 UTC
  • Revision ID: brian@tangent.org-20090221093352-61p7rt7z64bh60sf
Dead debug (and bad ifdef)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1423
1423
    stack size in reality, so we have to double it here
1424
1424
  */
1425
1425
  pthread_attr_setstacksize(&thr_attr,my_thread_stack_size*2);
1426
 
#else
 
1426
#endif
1427
1427
  pthread_attr_setstacksize(&thr_attr,my_thread_stack_size);
1428
1428
 
1429
1429
  (void) pthread_mutex_lock(&LOCK_thread_count);
1512
1512
    case SIGTERM:
1513
1513
    case SIGQUIT:
1514
1514
    case SIGKILL:
1515
 
#ifdef EXTRA_DEBUG
1516
 
        errmsg_printf(ERRMSG_LVL_INFO, _("Got signal %d to shutdown drizzled"),sig);
1517
 
#endif
1518
1515
      /* switch to the old log message processing */
1519
1516
      if (!abort_loop)
1520
1517
      {
1536
1533
      break;                                    /* purecov: tested */
1537
1534
    }
1538
1535
  }
 
1536
 
1539
1537
  return 0;
1540
1538
}
1541
1539
 
1542
1540
static void check_data_home(const char *)
1543
1541
{}
1544
1542
 
1545
 
#endif  /* __WIN__*/
1546
 
 
1547
1543
 
1548
1544
/**
1549
1545
  All global error messages are sent here where the first one is stored