~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/numhybrid.cc

MergedĀ build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include <math.h>
22
22
#include <drizzled/function/numhybrid.h>
23
23
 
 
24
namespace drizzled
 
25
{
 
26
 
24
27
void Item_func_numhybrid::fix_num_length_and_dec()
25
28
{}
26
29
 
174
177
  }
175
178
  return val;
176
179
}
 
180
 
 
181
} /* namespace drizzled */