~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/ref.cc

updating

Show diffs side-by-side

added added

removed removed

Lines of Context:
267
267
        Item_field* fld;
268
268
        if (!(fld= new Item_field(from_field)))
269
269
          goto error;
270
 
        session->change_item_tree(reference, fld);
 
270
        *reference= fld;
271
271
        mark_as_dependent(session, last_checked_context->select_lex,
272
272
                          session->getLex()->current_select, this, fld);
273
273
        /*