~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/user_var_as_out_param.cc

  • Committer: Brian Aker
  • Date: 2010-12-25 21:10:07 UTC
  • mfrom: (2030.1.5 clean)
  • Revision ID: brian@tangent.org-20101225211007-78qgasqv4rvduowe
Merge in modification for naming around types.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
  return 0;
79
79
}
80
80
 
81
 
my_decimal* Item_user_var_as_out_param::val_decimal(my_decimal *)
 
81
type::Decimal* Item_user_var_as_out_param::val_decimal(type::Decimal *)
82
82
{
83
83
  assert(0);
84
84
  return 0;