~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/bin_string.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:
50
50
    save_in_field(result_field, no_conversions);
51
51
  }
52
52
  void cleanup();
53
 
  bool check_vcol_func_processor(unsigned char *)
54
 
  { return false; }
55
53
};
56
54
 
57
55
#endif /* DRIZZLED_ITEM_BIN_STRING_H */