~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/func.h

  • Committer: Brian Aker
  • Date: 2009-03-20 18:52:05 UTC
  • mfrom: (950.1.1 mordred)
  • Revision ID: brian@tangent.org-20090320185205-g7o6kq17r25b6odf
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_SERVER_ITEM_FUNC_H
21
21
#define DRIZZLED_SERVER_ITEM_FUNC_H
22
22
 
23
 
/* Function items used by mysql */
24
 
 
25
 
 
26
 
#ifdef HAVE_IEEEFP_H
27
 
extern "C"                              /* Bug in BSDI include file */
28
 
{
29
 
#include <ieeefp.h>
30
 
}
31
 
#endif
32
23
 
33
24
/* If you fix the parser to no longer create functions these can be moved to create.cc */
34
25
#include <drizzled/function/ascii.h>