~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/ref.h

  • Committer: Brian Aker
  • Date: 2009-12-02 22:37:57 UTC
  • mto: (1237.3.2 push)
  • mto: This revision was merged to the branch mainline in revision 1238.
  • Revision ID: brian@gaz-20091202223757-4q0qa78581o8r847
Dead code removal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
    return (*ref)->result_as_int64_t();
116
116
  }
117
117
  void cleanup();
118
 
  Item_field *filed_for_view_update()
119
 
    { return (*ref)->filed_for_view_update(); }
120
118
  virtual Ref_Type ref_type() { return REF; }
121
119
 
122
120
  // Row emulation: forwarding of ROW-related calls to ref