~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/math/int.cc

move math functions to drizzled/function/math directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <cassert>
24
24
 
25
25
#include <drizzled/sql_string.h>
26
 
#include <drizzled/function/int.h>
 
26
#include <drizzled/function/math/int.h>
27
27
 
28
28
double Item_int_func::val_real()
29
29
{