~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/functions/numhybrid.cc

  • Committer: Monty Taylor
  • Date: 2008-11-26 21:56:49 UTC
  • mto: This revision was merged to the branch mainline in revision 629.
  • Revision ID: mordred@solanthus.local-20081126215649-qfprom5unlav375z
Merged latest translations from Launchpad.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 */
19
19
 
20
20
#include <drizzled/server_includes.h>
21
 
#include <drizzled/function/numhybrid.h>
 
21
 
 
22
#include CSTDINT_H
 
23
#include <cassert>
 
24
 
 
25
#include <drizzled/functions/numhybrid.h>
 
26
#include CMATH_H
 
27
 
 
28
#if defined(CMATH_NAMESPACE)
 
29
using namespace CMATH_NAMESPACE;
 
30
#endif
22
31
 
23
32
void Item_func_numhybrid::fix_num_length_and_dec()
24
33
{}
166
175
    str2my_decimal(E_DEC_FATAL_ERROR, (char*) res->ptr(),
167
176
                   res->length(), res->charset(), decimal_value);
168
177
    break;
169
 
  }
 
178
  }  
170
179
  case ROW_RESULT:
171
180
  default:
172
181
    assert(0);