~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/field.cc

Refactoring of the drizzle client.

Show diffs side-by-side

added added

removed removed

Lines of Context:
789
789
      {
790
790
        uint32_t counter;
791
791
        enum_resolution_type resolution;
792
 
        Item** res= find_item_in_list(session,
793
 
                                      this, session->lex->current_select->item_list,
 
792
        Item** res= find_item_in_list(this, session->lex->current_select->item_list,
794
793
                                      &counter, REPORT_EXCEPT_NOT_FOUND,
795
794
                                      &resolution);
796
795
        if (!res)