~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.cc

  • Committer: Brian Aker
  • Date: 2011-07-25 14:24:19 UTC
  • mto: This revision was merged to the branch mainline in revision 2373.
  • Revision ID: brian@tangent.org-20110725142419-3vobv9u6k7jp4qej
Remove the typedef on lexkey

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
  Functions to handle SET mysql_internal_variable=const_expr
82
82
*****************************************************************************/
83
83
set_var::set_var(sql_var_t type_arg, sys_var *var_arg,
84
 
                 const LEX_STRING *base_name_arg, Item *value_arg) :
 
84
                 const lex_string_t *base_name_arg, Item *value_arg) :
85
85
  uint64_t_value(0),
86
86
  str_value(""),
87
87
  var(var_arg),