~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/thr_alarm.cc

  • Committer: Monty Taylor
  • Date: 2009-02-08 09:00:44 UTC
  • mto: This revision was merged to the branch mainline in revision 852.
  • Revision ID: mordred@inaugust.com-20090208090044-2b9wuucanslchfxy
Turned off assert - waiting for feedback on if it's even sensible or not.

Show diffs side-by-side

added added

removed removed

Lines of Context:
459
459
    {
460
460
      struct timespec abstime;
461
461
 
462
 
      assert(!alarm_stack.size());
 
462
      // TODO: Is this assert a sensible thing?
 
463
      //assert(!alarm_stack.size());
463
464
 
464
465
      /* Wait until alarm thread dies */
465
466
      set_timespec(abstime, 10);                /* Wait up to 10 seconds */