~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/create_index.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:
38
38
    getSession()->getLex()->sql_command= SQLCOM_CREATE_INDEX;
39
39
    alter_info.flags.set(ALTER_ADD_INDEX);
40
40
    alter_info.build_method= method_arg;
41
 
    getSession()->getLex()->col_list.empty();
 
41
    getSession()->getLex()->col_list.clear();
42
42
  }
43
43
 
44
44
bool statement::CreateIndex::execute()