~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_static.c

MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include "mysys_priv.h"
22
22
#include "my_static.h"
23
23
 
24
 
my_bool timed_mutexes= 0;
 
24
bool timed_mutexes= 0;
25
25
 
26
26
        /* from my_init */
27
27
char *  home_dir=0;
81
81
  my_message_no_curses;
82
82
 
83
83
        /* How to disable options */
84
 
my_bool my_disable_locking=0;
85
 
my_bool my_disable_async_io=0;
86
 
my_bool my_disable_flush_key_blocks=0;
87
 
my_bool my_disable_symlinks=0;
88
 
my_bool mysys_uses_curses=0;
 
84
bool my_disable_async_io=0;
 
85
bool my_disable_flush_key_blocks=0;
 
86
bool my_disable_symlinks=0;
 
87
bool mysys_uses_curses=0;