~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/blob.h

  • Committer: Brian Aker
  • Date: 2009-05-06 06:59:53 UTC
  • mfrom: (1003.1.20 merge)
  • Revision ID: brian@gaz-20090506065953-4mrfmaty42e0ixpq
Merge handler cleanup (and ALTER TABLE cleanup) We go from 1 and 2 half
thought out systems... to just 1.

This should all be changed when we finish the StorageEngine rewrite

Show diffs side-by-side

added added

removed removed

Lines of Context:
193
193
  { return charset() == &my_charset_bin ? false : true; }
194
194
  uint32_t max_display_length();
195
195
  uint32_t is_equal(Create_field *new_field);
196
 
  bool in_read_set();
197
 
  bool in_write_set();
 
196
 
198
197
private:
199
198
  int do_save_field_metadata(unsigned char *first_byte);
200
199
};