init.cc
Upload User: tsgydb
Upload Date: 2007-04-14
Package Size: 10674k
Code Size: 0k
Category:

MySQL

Development Platform:

Visual C++

  1. /*
  2.  * DO not delete this file. The hack here ensures that pthread_init() gets 
  3.  * called before main does. This doesn't fix everything. It is still 
  4.  * possible for a c++ module to reley on constructors that need pthreads.
  5.  */
  6. #include <pthread.h>
  7. char __pthread_init_hack = 42;