~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/int.cc

  • Committer: Brian Aker
  • Date: 2010-12-25 01:27:46 UTC
  • mto: This revision was merged to the branch mainline in revision 2031.
  • Revision ID: brian@tangent.org-20101225012746-74bry8287d0aym8s
Change my_decimal to Decimal

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
  fixed= 1;
41
41
}
42
42
 
43
 
my_decimal *Item_int::val_decimal(my_decimal *decimal_value)
 
43
type::Decimal *Item_int::val_decimal(type::Decimal *decimal_value)
44
44
{
45
45
  int2_class_decimal(E_DEC_FATAL_ERROR, value, unsigned_flag, decimal_value);
46
46
  return decimal_value;