~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2009-02-10 21:44:00 UTC
  • mto: This revision was merged to the branch mainline in revision 879.
  • Revision ID: mordred@inaugust.com-20090210214400-yjn325rx0ut2h5xg
Compiler didn't like this not returning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
427
427
        thread should always use that to exit and not use return() to exit.
428
428
        The thread actually never comes here because it is exited in an
429
429
        os_event_wait(). */
430
 
 
 
430
        return 0;
431
431
}
432
432
#endif /* !UNIV_HOTBACKUP */
433
433