~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/cmpfunc.cc

  • Committer: Brian Aker
  • Date: 2011-02-21 18:33:47 UTC
  • mto: (2187.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2188.
  • Revision ID: brian@tangent.org-20110221183347-37lw0bf0eizv0gxm
getLex() usage and fix for table_name creation during admin commands.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1997
1997
  if (Item_func_opt_neg::fix_fields(session, ref))
1998
1998
    return 1;
1999
1999
 
2000
 
  session->lex->current_select->between_count++;
 
2000
  session->getLex()->current_select->between_count++;
2001
2001
 
2002
2002
  /* not_null_tables_cache == union(T1(e),T1(e1),T1(e2)) */
2003
2003
  if (pred_level && !negated)
3962
3962
    if (item->maybe_null)
3963
3963
      maybe_null=1;
3964
3964
  }
3965
 
  session->lex->current_select->cond_count+= list.elements;
 
3965
  session->getLex()->current_select->cond_count+= list.elements;
3966
3966
  session->session_marker= orig_session_marker;
3967
3967
  fix_length_and_dec();
3968
3968
  fixed= 1;