~linuxjedi/drizzle/one-more-stab-at-boolean

« back to all changes in this revision

Viewing changes to drizzled/type/decimal.h

  • Committer: Brian Aker
  • Date: 2011-02-12 10:06:03 UTC
  • mfrom: (2154.2.16 drizzle-build)
  • Revision ID: brian@tangent.org-20110212100603-i5ww0s02p8l4a8q7
Merge in solaris tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
456
456
  return _decimal_zero;
457
457
}
458
458
 
 
459
double my_double_round(double value, int64_t dec, bool dec_unsigned,
 
460
                       bool truncate);
 
461
 
 
462
 
459
463
#define decimal_zero decimal_zero_const()
460
464
 
461
465
} /* namespace drizzled */