~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/ref.h

Merged with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
    if (ref && result_type() == ROW_RESULT)
147
147
      (*ref)->bring_value();
148
148
  }
149
 
 
 
149
  bool basic_const_item() const
 
150
  {
 
151
    return (*ref)->basic_const_item();
 
152
  }
150
153
};
151
154
 
152
155
#endif /* DRIZZLED_ITEM_REF_H */