~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/func.h

  • Committer: Padraig O'Sullivan
  • Date: 2010-02-11 16:22:34 UTC
  • mto: (1300.3.1 query-as-string)
  • mto: This revision was merged to the branch mainline in revision 1307.
  • Revision ID: osullivan.padraig@gmail.com-20100211162234-tkk64v4vdqkb9syv
Removed the found_semicolon member from the parsing stage

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
/* For type casts */
39
39
 
 
40
namespace drizzled
 
41
{
 
42
 
40
43
enum Cast_target
41
44
{
42
45
  ITEM_CAST_BINARY,
47
50
  ITEM_CAST_DECIMAL
48
51
};
49
52
 
 
53
} /* namespace drizzled */
 
54
 
50
55
#endif /* DRIZZLED_ITEM_FUNC_H */