~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/copy_string.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <drizzled/item/ident.h>
24
24
#include <drizzled/item/field.h>
25
25
 
 
26
namespace drizzled
 
27
{
 
28
 
26
29
class Item_copy_string :public Item
27
30
{
28
31
  enum enum_field_types cached_field_type;
67
70
  bool is_null() { return null_value; }
68
71
};
69
72
 
 
73
} /* namespace drizzled */
 
74
 
70
75
#endif /* DRIZZLED_ITEM_COPY_STRING_H */