~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_init.c

  • Committer: Monty Taylor
  • Date: 2008-10-23 02:48:56 UTC
  • Revision ID: monty@inaugust.com-20081023024856-31i4hijejds1cp2f
Took gettext.h out of header files.
Made error messages come through a function.
Removed ER_SAFE.

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
    Check on destroying of mutexes. A few may be left that will get cleaned
151
151
    up by C++ destructors
152
152
  */
153
 
  safe_mutex_end((infoflag & (MY_GIVE_INFO | MY_CHECK_ERROR)) ? stderr :
154
 
                 (FILE *) 0);
 
153
  safe_mutex_end();
 
154
 
155
155
#endif /* defined(SAFE_MUTEX) */
156
156
 
157
157
  my_init_done=0;