~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Monty Taylor
  • Date: 2010-06-16 17:37:00 UTC
  • Revision ID: mordred@inaugust.com-20100616173700-7nkbnea9buq6hw9h
Fixed a non-initialized issue on OSX.

Show diffs side-by-side

added added

removed removed

Lines of Context:
365
365
static void drizzle_init_variables(void);
366
366
static void get_options(int *argc,char **argv);
367
367
int drizzled_get_one_option(int, const struct option *, char *);
368
 
static int init_thread_environment();
369
368
static const char *get_relative_path(const char *path);
370
369
static void fix_paths(string &progname);
371
370
 
798
797
}
799
798
 
800
799
 
801
 
static int init_thread_environment()
 
800
int init_thread_environment()
802
801
{
803
802
   pthread_mutexattr_t attr; 
804
803
   pthread_mutexattr_init(&attr);