~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-18 01:26:26 UTC
  • Revision ID: brian@tangent.org-20090118012626-68odlqhm6xt323az
Updated table_share tto its own file (yess, it will eventually go away).

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 *)
 
46
  bool check_vcol_func_processor(unsigned char *int_arg __attribute__((unused)))
47
47
  { return false; }
48
48
};
49
49