~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/cmpfunc.cc

  • Committer: Lee Bieber
  • Date: 2011-03-13 16:37:38 UTC
  • mfrom: (2227.4.18 session2)
  • Revision ID: kalebral@gmail.com-20110313163738-7ti21zk40o2xi3ew
Merge Olaf - Refactor Session

Show diffs side-by-side

added added

removed removed

Lines of Context:
2003
2003
  if (Item_func_opt_neg::fix_fields(session, ref))
2004
2004
    return 1;
2005
2005
 
2006
 
  session->getLex()->current_select->between_count++;
 
2006
  session->lex().current_select->between_count++;
2007
2007
 
2008
2008
  /* not_null_tables_cache == union(T1(e),T1(e1),T1(e2)) */
2009
2009
  if (pred_level && !negated)
3968
3968
    if (item->maybe_null)
3969
3969
      maybe_null=1;
3970
3970
  }
3971
 
  session->getLex()->current_select->cond_count+= list.size();
 
3971
  session->lex().current_select->cond_count+= list.size();
3972
3972
  session->session_marker= orig_session_marker;
3973
3973
  fix_length_and_dec();
3974
3974
  fixed= 1;