~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.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:
710
710
      \#    Created field
711
711
  */
712
712
  Field *tmp_table_field_from_field_type(Table *table, bool fixed_length);
713
 
  virtual Item_field *filed_for_view_update();
714
713
 
715
714
  virtual Item *neg_transformer(Session *session);
716
715
  virtual Item *update_value_transformer(unsigned char *select_arg);