~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/my_static.cc

  • Committer: Olaf van der Spek
  • Date: 2011-07-07 12:37:15 UTC
  • mto: This revision was merged to the branch mainline in revision 2385.
  • Revision ID: olafvdspek@gmail.com-20110707123715-3mp9mozbg968vt49
PruneĀ unusedĀ code

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
int my_umask_dir=0777;
44
44
 
45
45
        /* From mf_brkhant */
46
 
int my_dont_interrupt=0;
47
46
volatile int            _my_signals=0;
48
47
sigset_t my_signals;                    /* signals blocked by mf_brkhant */
49
48
 
55
54
uint32_t my_time_to_wait_for_lock=2;    /* In seconds */
56
55
 
57
56
        /* How to disable options */
58
 
bool my_disable_async_io= true;
59
 
bool my_disable_flush_key_blocks=0;
60
57
bool my_disable_symlinks=0;
61
58
 
62
59
} /* namespace internal */