~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_static.cc

  • Committer: Brian Aker
  • Date: 2009-03-02 15:59:22 UTC
  • Revision ID: brian@tangent.org-20090302155922-ho868u40h6zyfxxo
Remove the need for unireg init

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
error_handler_func error_handler_hook= NULL;
74
74
 
75
75
        /* How to disable options */
76
 
bool my_disable_async_io=0;
 
76
bool my_disable_async_io= true;
77
77
bool my_disable_flush_key_blocks=0;
78
78
bool my_disable_symlinks=0;
79
79
bool mysys_uses_curses=0;