~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/alter_table.cc

  • Committer: Brian Aker
  • Date: 2011-02-18 16:15:33 UTC
  • mfrom: (2179.2.1 list-clear)
  • mto: This revision was merged to the branch mainline in revision 2181.
  • Revision ID: brian@tangent.org-20110218161533-mkgbhtbpfj8mb12x
Merge in clear() by Olaf

Show diffs side-by-side

added added

removed removed

Lines of Context:
478
478
    }
479
479
 
480
480
    KeyPartInfo *key_part= key_info->key_part;
481
 
    key_parts.empty();
 
481
    key_parts.clear();
482
482
    for (uint32_t j= 0; j < key_info->key_parts; j++, key_part++)
483
483
    {
484
484
      if (! key_part->field)