~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/srv/srv0start.c

  • Committer: Jay Pipes
  • Date: 2009-02-04 15:44:25 UTC
  • mfrom: (829 drizzle)
  • mto: This revision was merged to the branch mainline in revision 830.
  • Revision ID: jpipes@serialcoder-20090204154425-th8xfk2ujz2y8xwg
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
428
428
        The thread actually never comes here because it is exited in an
429
429
        os_event_wait(). */
430
430
 
431
 
        os_thread_exit(NULL);
432
 
 
433
 
        OS_THREAD_DUMMY_RETURN;
434
431
}
435
432
#endif /* !UNIV_HOTBACKUP */
436
433