~drizzle-pbxt/drizzle/drizzle-pbxt-2

« back to all changes in this revision

Viewing changes to drizzled/item/ident.h

  • Committer: Paul McCullagh
  • Date: 2009-11-10 14:18:39 UTC
  • mfrom: (1038.1.7 drizzle-pbxt-pre-merge)
  • Revision ID: paul.mccullagh@primebase.org-20091110141839-2j3k43b17ag6f605
Merged Drizzle trunk and PBXT 1.0.09

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
  int64_t val_int();
89
89
  String *val_str(String *str);
90
90
  my_decimal *val_decimal(my_decimal *dec);
91
 
  void make_field(Send_field *tmp_field);
 
91
  void make_field(SendField *tmp_field);
92
92
};
93
93
 
94
94
#endif /* DRIZZLED_ITEM_IDENT_H */