~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/my_init.cc

  • Committer: Brian Aker
  • Date: 2010-02-14 01:56:51 UTC
  • mto: (1273.16.5 fix_is)
  • mto: This revision was merged to the branch mainline in revision 1300.
  • Revision ID: brian@gaz-20100214015651-ror9j0xu7dccz0ct
Two fixes for "make dist"

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
  mysys_usage_id++;
63
63
  my_umask= 0660;                       /* Default umask for new files */
64
64
  my_umask_dir= 0700;                   /* Default umask for new directories */
 
65
  init_glob_errs();
65
66
#if defined(HAVE_PTHREAD_INIT)
66
67
  pthread_init();
67
68
#endif
90
91
void my_end()
91
92
{
92
93
  free_charsets();
 
94
  my_error_unregister_all();
93
95
 
94
96
  my_thread_end();
95
97
  my_thread_global_end();