~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-17 00:40:38 UTC
  • mfrom: (873.2.30 devel)
  • Revision ID: brian@tangent.org-20090217004038-ivu0noxx1958wwls
Merge from Monty.

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