~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2009-04-17 21:35:24 UTC
  • mto: (997.2.1 mordred)
  • mto: This revision was merged to the branch mainline in revision 997.
  • Revision ID: mordred@inaugust.com-20090417213524-hn7pmk6glmmayk86
Reverted the DIST_SUBDIRS not having po thing. It breaks things even worse. We're just going to have to ensure gettext is installed on machines we're going to run distcheck on.

Show diffs side-by-side

added added

removed removed

Lines of Context:
458
458
        thread should always use that to exit and not use return() to exit.
459
459
        The thread actually never comes here because it is exited in an
460
460
        os_event_wait(). */
461
 
#ifndef UNIV_SOLARIS
 
461
#if (!defined(__SUNPRO_C) && !defined(__SUNPRO_CC))
462
462
        return 0;
463
463
#endif
464
464
}