~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/quick_ror_union_select.h

  • Committer: Brian Aker
  • Date: 2010-10-08 20:13:50 UTC
  • mfrom: (1823.1.3 trunk-drizzle)
  • Revision ID: brian@tangent.org-20101008201350-bmjpgakk12zmyw10
Overall merge of Padraig

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
 
106
106
  void add_keys_and_lengths(String *key_names, String *used_lengths);
107
107
  void add_info_string(String *str);
108
 
  bool is_keys_used(const MyBitmap *fields);
 
108
  bool is_keys_used(const boost::dynamic_bitset<>& fields);
109
109
 
110
110
  bool push_quick_back(QuickSelectInterface *quick_sel_range);
111
111