~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.h

  • Committer: Brian Aker
  • Date: 2009-01-23 02:15:04 UTC
  • mfrom: (798.2.32 drizzle)
  • Revision ID: brian@tangent.org-20090123021504-2j99e6hxab1ew601
Merge for replication removal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
class TABLE_SHARE;
46
46
 
 
47
class Field;
 
48
 
47
49
struct st_cache_field;
48
50
int field_conv(Field *to,Field *from);
49
51