~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/time/month.h

  • Committer: Brian Aker
  • Date: 2009-01-25 02:52:05 UTC
  • mfrom: (801.1.4 testable)
  • Revision ID: brian@gir.tangent.org-20090125025205-zlahg6u6z0w95v64
Merge from Myself

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    max_length=2*MY_CHARSET_BIN_MB_MAXLEN;
44
44
    maybe_null=1;
45
45
  }
46
 
  bool check_vcol_func_processor(unsigned char *int_arg __attribute__((unused)))
 
46
  bool check_vcol_func_processor(unsigned char *)
47
47
  { return false; }
48
48
};
49
49