~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.cc

  • Committer: Brian Aker
  • Date: 2010-12-16 04:01:22 UTC
  • mfrom: (1996.2.1 compare)
  • Revision ID: brian@tangent.org-20101216040122-eodh5shwsij35ybe
Merge in uuid tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
      every PS/SP execution new, we will not need reset this flag if
136
136
      setup_tables_done_option changed for next rexecution
137
137
    */
138
 
    res= mysql_select(session, &select_lex->ref_pointer_array,
 
138
    res= mysql_select(session,
 
139
                      &select_lex->ref_pointer_array,
139
140
                      (TableList*) select_lex->table_list.first,
140
 
                      select_lex->with_wild, select_lex->item_list,
 
141
                      select_lex->with_wild,
 
142
                      select_lex->item_list,
141
143
                      select_lex->where,
142
144
                      select_lex->order_list.elements +
143
145
                      select_lex->group_list.elements,
2375
2377
    Item *item;
2376
2378
    while ((item=li++))
2377
2379
      change_cond_ref_to_const(session, save_list, and_level ? cond : item, item, field, value);
 
2380
 
2378
2381
    return;
2379
2382
  }
2380
2383
  if (cond->eq_cmp_result() == Item::COND_OK)