~hartmut-php/drizzle/codestyle

« back to all changes in this revision

Viewing changes to drizzled/my_decimal.cc

  • Committer: Monty Taylor
  • Date: 2008-08-10 16:52:18 UTC
  • mfrom: (293 drizzle)
  • mto: (312.1.3 translations)
  • mto: This revision was merged to the branch mainline in revision 295.
  • Revision ID: monty@inaugust.com-20080810165218-jlekj1n46oyx9sih
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
226
226
}
227
227
 
228
228
 
229
 
void my_decimal_trim(ulong *precision, uint *scale)
 
229
void my_decimal_trim(uint32_t *precision, uint *scale)
230
230
{
231
231
  if (!(*precision) && !(*scale))
232
232
  {