~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/get_system_var.cc

  • Committer: Andrew Hutchings
  • Date: 2010-09-08 19:03:09 UTC
  • mfrom: (1750 staging)
  • mto: (1750.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1751.
  • Revision ID: andrew@linuxjedi.co.uk-20100908190309-mya1nu7xvo1fpvk8
Merge trunk into branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
    my_error(ER_VARIABLE_IS_NOT_STRUCT, MYF(0), base_name->str);
80
80
    return 0;
81
81
  }
 
82
  session->lex->setCacheable(false);
82
83
 
83
84
  set_if_smaller(component_name->length, (size_t)MAX_SYS_VAR_LENGTH);
84
85