~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2009-01-30 04:39:04 UTC
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 823.
  • Revision ID: mordred@inaugust.com-20090130043904-gphdonl7m6zdz06v
Cleaned up warnings up through innodb.

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