~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/cmpfunc.cc

Collection of patches/bug fixes from new-cleanup tree (none of the
Table/other fixes are included).

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;