~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.h

  • Committer: Brian Aker
  • Date: 2009-04-29 01:45:36 UTC
  • mfrom: (1000.1.6 merge)
  • Revision ID: brian@gaz-20090429014536-pwu5m8ug6n8fvh68
Merge refactoring (mainly around TABLE_SHARE... one step forward...)

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
class Create_field;
45
45
class virtual_column_info;
46
46
 
47
 
class TABLE_SHARE;
 
47
class TableShare;
48
48
 
49
49
class Field;
50
50
 
667
667
};
668
668
 
669
669
 
670
 
Field *make_field(TABLE_SHARE *share, MEM_ROOT *root, unsigned char *ptr, uint32_t field_length,
 
670
Field *make_field(TableShare *share, MEM_ROOT *root, unsigned char *ptr, uint32_t field_length,
671
671
                  unsigned char *null_pos, unsigned char null_bit,
672
672
                  uint32_t pack_flag, enum_field_types field_type,
673
673
                  const CHARSET_INFO * cs,