~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/cmpfunc.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:
430
430
  Field *field= field_item->field;
431
431
  int result= 0;
432
432
 
 
433
  field->setWriteSet();
 
434
 
433
435
  if (!(*item)->with_subselect && (*item)->const_item())
434
436
  {
435
437
    ulong orig_sql_mode= session->variables.sql_mode;