~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2009-02-02 23:10:18 UTC
  • mfrom: (779.3.40 devel)
  • Revision ID: brian@tangent.org-20090202231018-zlp0hka6kgwy1vfy
Merge from Monty

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