~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/str/weight_string.h

  • Committer: Monty Taylor
  • Date: 2009-06-07 12:05:17 UTC
  • mfrom: (1014.5.10 drizzle-test-coverage)
  • mto: This revision was merged to the branch mainline in revision 1056.
  • Revision ID: mordred@inaugust.com-20090607120517-4nv8kd7j3zm265fx
Merged lee from lp:~kalebral/drizzle/drizzle-test-coverage

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
  const char *func_name() const { return "weight_string"; }
34
34
  String *val_str(String *);
35
35
  void fix_length_and_dec();
36
 
  /*
37
 
    TODO: Currently this Item is not allowed for virtual columns
38
 
    only due to a bug in generating virtual column value.
39
 
  */
40
 
  bool check_vcol_func_processor(unsigned char *)
41
 
  { return true; }
42
36
};
43
37
 
44
38
#endif /* DRIZZLED_FUNCTION_STR_WEIGHT_STRING_H */