~xnox/ubuntu/saucy/drizzle/merge

« back to all changes in this revision

Viewing changes to drizzled/function/user_var_as_out_param.cc

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2011-01-01 13:55:03 UTC
  • Revision ID: james.westby@ubuntu.com-20110101135503-x2ub1akxoisgwi6z
Tags: 2010.12.06-0ubuntu4
* Fixed missing build depends.
* Added Lee to uploaders.

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;