~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-11 23:52:27 UTC
  • mto: This revision was merged to the branch mainline in revision 885.
  • Revision ID: mordred@inaugust.com-20090211235227-me3ywtrmfyfasjkh
Fixed some solaris warnings.

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
#ifndef UNIV_SOLARIS
430
431
        return 0;
 
432
#endif
431
433
}
432
434
#endif /* !UNIV_HOTBACKUP */
433
435