~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/cache.h

Merge from Dennis Schoen

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
  {
79
79
    return this == item;
80
80
  }
 
81
  bool basic_const_item() const
 
82
  {
 
83
    return test(example && example->basic_const_item());
 
84
  }
81
85
};
82
86
 
83
87
#endif /* DRIZZLED_ITEM_CACHE_H */