~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cached_item.h

  • Committer: Brian Aker
  • Date: 2009-11-20 19:07:14 UTC
  • mfrom: (1223.1.5 push)
  • Revision ID: brian@gaz-20091120190714-dhr3lgqxrt7dq1fc
Collected Merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
  bool cmp(void);
91
91
};
92
92
 
93
 
Cached_item *new_Cached_item(Session *session, Item *item,
94
 
                             bool use_result_field);
 
93
Cached_item *new_Cached_item(Session *session, Item *item);
95
94
 
96
95
#endif /* DRIZZLED_CACHED_ITEM_H */