~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_static.cc

  • Committer: Brian Aker
  • Date: 2009-01-20 23:03:10 UTC
  • mfrom: (779.1.23 devel)
  • Revision ID: brian@tangent.org-20090120230310-zqygzc4o915d0y3d
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
 
71
71
        /* from errors.c */
72
72
void_ptr_int_func my_abort_hook= (void_ptr_int_func)exit;
73
 
error_handler_func error_handler_hook= my_message_no_curses;
74
 
error_handler_func fatal_error_handler_hook= my_message_no_curses;
 
73
error_handler_func error_handler_hook= NULL;
75
74
 
76
75
        /* How to disable options */
77
76
bool my_disable_async_io=0;