~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/field.h

  • Committer: Brian Aker
  • Date: 2009-05-15 07:40:30 UTC
  • mfrom: (1019.1.7 merge)
  • Revision ID: brian@gaz-20090515074030-che1sh7nqadhyj45
Code / Style cleanup merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
  bool collect_item_field_processor(unsigned char * arg);
92
92
  bool find_item_in_field_list_processor(unsigned char *arg);
93
93
  bool register_field_in_read_map(unsigned char *arg);
94
 
  bool check_vcol_func_processor(unsigned char *)
95
 
  { return false; }
96
94
  void cleanup();
97
95
  bool result_as_int64_t();
98
96
  Item_equal *find_item_equal(COND_EQUAL *cond_equal);