~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.cc

  • Committer: Brian Aker
  • Date: 2010-06-02 23:40:24 UTC
  • mto: (1578.6.9 explain-drizzle)
  • mto: This revision was merged to the branch mainline in revision 1585.
  • Revision ID: brian@gir-2.local-20100602234024-x26qr3pfhvood1d7
keys and fields partial encapsulation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
476
476
  cursor->update_create_info(&create_info);
477
477
  primary_key= table->getShare()->primary_key;
478
478
 
479
 
  for (uint32_t i=0 ; i < table->getShare()->keys ; i++,key_info++)
 
479
  for (uint32_t i=0 ; i < table->getShare()->sizeKeys() ; i++,key_info++)
480
480
  {
481
481
    KeyPartInfo *key_part= key_info->key_part;
482
482
    bool found_primary=0;