~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common_includes.h

  • Committer: Stewart Smith
  • Date: 2008-09-25 08:57:27 UTC
  • mto: This revision was merged to the branch mainline in revision 408.
  • Revision ID: stewart@flamingspork.com-20080925085727-lwemz5gl6tvrp9ku
UDFs are now normal Item_func objects. Simplifies handling them a lot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
288
288
/* Drizzle server data type class definitions */
289
289
#include <drizzled/field.h>
290
290
#include "protocol.h"
291
 
#include "sql_udf.h"
292
291
#include "item.h"
293
292
 
294
293
extern my_decimal decimal_zero;