~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.h

  • Committer: Monty Taylor
  • Date: 2008-10-30 12:27:25 UTC
  • mto: (520.4.35 devel)
  • mto: This revision was merged to the branch mainline in revision 572.
  • Revision ID: monty@inaugust.com-20081030122725-s8s352ee46gi0jbm
Moved sql_parse.h and sql_error.h out of common_includes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
  variables must declare the size_of() member function.
23
23
*/
24
24
 
 
25
#ifndef DRIZZLED_FIELD_H
 
26
#define DRIZZLED_FIELD_H
 
27
 
 
28
#include <drizzled/sql_error.h>
25
29
 
26
30
#define DATETIME_DEC                     6
27
31
#define DOUBLE_TO_STRING_CONVERSION_BUFFER_SIZE FLOATING_POINT_BUFFER
801
805
                        const char *cannot_convert_error_pos,
802
806
                        const char *end,
803
807
                        const CHARSET_INFO * const cs);
 
808
 
 
809
#endif /* DRIZZLED_FIELD_H */