~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.cc

  • Committer: Brian Aker
  • Date: 2008-11-29 20:14:39 UTC
  • mfrom: (629.2.8 devel)
  • Revision ID: brian@tangent.org-20081129201439-mi0x46vwo2kdd406
Merge of Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
 
68
68
extern const CHARSET_INFO *character_set_filesystem;
69
69
extern I_List<NAMED_LIST> key_caches;
70
 
 
 
70
extern size_t my_thread_stack_size;
71
71
 
72
72
static DYNAMIC_ARRAY fixed_show_vars;
73
73
static HASH system_variable_hash;
300
300
static sys_var_session_uint32_t sys_div_precincrement(&vars, "div_precision_increment",
301
301
                                                      &SV::div_precincrement);
302
302
 
303
 
static sys_var_session_uint64_t sys_range_alloc_block_size(&vars, "range_alloc_block_size",
 
303
static sys_var_session_uint32_t sys_range_alloc_block_size(&vars, "range_alloc_block_size",
304
304
                                                           &SV::range_alloc_block_size);
305
305
static sys_var_session_uint32_t sys_query_alloc_block_size(&vars, "query_alloc_block_size",
306
306
                                                           &SV::query_alloc_block_size,