~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-08 01:43:00 UTC
  • Revision ID: brian@tangent.org-20090208014300-gbidmdxbws95b223
More class creation.

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