~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/field.h

Remove PLUGIN and MODULES.

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
  bool set_no_const_sub(unsigned char *arg);
100
100
  Item *replace_equal_field(unsigned char *arg);
101
101
  uint32_t max_disp_length();
102
 
  Item_field *filed_for_view_update() { return this; }
103
102
  Item *safe_charset_converter(const CHARSET_INFO * const tocs);
104
103
  int fix_outer_field(Session *session, Field **field, Item **reference);
105
104
  virtual Item *update_value_transformer(unsigned char *select_arg);