~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/explain_plan.cc

merged with latest trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
234
234
      /* Build "possible_keys" value and add it to item_list */
235
235
      if (tab->keys.any())
236
236
      {
237
 
        for (uint32_t j= 0; j < table->getShare()->keys; j++)
 
237
        for (uint32_t j= 0; j < table->getShare()->sizeKeys(); j++)
238
238
        {
239
239
          if (tab->keys.test(j))
240
240
          {