~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Brian Aker
  • Date: 2009-07-10 00:01:50 UTC
  • mto: (1090.1.1 staging)
  • mto: This revision was merged to the branch mainline in revision 1091.
  • Revision ID: brian@gaz-20090710000150-9ohs1x9ut0gt9skb
Fix protobuf to release memory. Add in assert() for wrong column usage. Fix
memory leak in temporal (from Jay)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3215
3215
      drop_it.remove();
3216
3216
      continue;
3217
3217
    }
 
3218
    
 
3219
    /* Mark that we will read the field */
 
3220
    field->setReadSet();
 
3221
 
3218
3222
    /* Check if field is changed */
3219
3223
    def_it.rewind();
3220
3224
    while ((def=def_it++))