~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/func.h

refactored function/ascii into plugin/ascii

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
 
24
24
/* If you fix the parser to no longer create functions these can be moved to create.cc */
25
 
#include <drizzled/function/ascii.h>
26
25
#include <drizzled/function/math/divide.h>
27
26
#include <drizzled/function/get_user_var.h>
28
27
#include <drizzled/function/math/int.h>