~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sys_var.cc

  • Committer: Monty Taylor
  • Date: 2010-12-04 09:02:32 UTC
  • mto: (1975.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1976.
  • Revision ID: mordred@inaugust.com-20101204090232-pgvktrq2u24btjvl
took care of innodb SessionVAR usage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
607
607
 
608
608
void sys_var_bool_ptr::set_default(Session *, sql_var_t)
609
609
{
610
 
  *value= (bool) option_limits->def_value;
 
610
  *value= default_value;
611
611
}
612
612
 
613
613