~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field_iterator.cc

  • Committer: Lee Bieber
  • Date: 2011-02-23 17:17:54 UTC
  • mfrom: (2194.1.3 build)
  • Revision ID: kalebral@gmail.com-20110223171754-5g62btbvgtzsev3n
Merge Stewart - 676770: Error log logging 'Sort aborted' messages when DML fails with ER_INVALID_ENUM_VALUE     
Merge Olaf - Use Item_equal::begin() and Use List::size()
Merge Olaf - Delete drizzled/strfunc.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
242
242
      must take care to mark when all fields are created/added.
243
243
    */
244
244
    if (!parent_table_ref &&
245
 
        add_table_ref->join_columns->elements == field_count)
 
245
        add_table_ref->join_columns->size() == field_count)
246
246
      add_table_ref->is_join_columns_complete= true;
247
247
  }
248
248