~thomir-deactivatedaccount/drizzle/drizzle-fix-bug653747

« back to all changes in this revision

Viewing changes to storage/myisam/mi_static.c

Merged from codestyle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
File    myisam_log_file= -1;
32
32
uint    myisam_quick_table_bits=9;
33
33
ulong   myisam_block_size= MI_KEY_BLOCK_LENGTH;         /* Best by test */
34
 
my_bool myisam_flush=0, myisam_delay_key_write=0, myisam_single_user=0;
 
34
bool myisam_flush= false;
 
35
bool myisam_delay_key_write= false;
 
36
bool myisam_single_user= false;
35
37
#if !defined(DONT_USE_RW_LOCKS)
36
38
ulong myisam_concurrent_insert= 2;
37
39
#else