~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Monty Taylor
  • Date: 2009-05-09 22:13:47 UTC
  • mto: This revision was merged to the branch mainline in revision 1009.
  • Revision ID: mordred@inaugust.com-20090509221347-l712szviusbobro0
Re-added bitset<> as a replacement for Bitmap<>

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
  query_id_t    query_id;
186
186
 
187
187
  /*
188
 
    For each key that has quick_keys.is_set(key) == true: estimate of #records
 
188
    For each key that has quick_keys.test(key) == true: estimate of #records
189
189
    and max #key parts that range access would use.
190
190
  */
191
191
  ha_rows       quick_rows[MAX_KEY];