~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/functions/floor.h

  • Committer: Brian Aker
  • Date: 2008-12-05 02:08:41 UTC
  • Revision ID: brian@tangent.org-20081205020841-bj6gmzfr36gnupvv
Clean up of code for Solaris (removed dead lock call).

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
  int64_t int_op();
32
32
  double real_op();
33
33
  my_decimal *decimal_op(my_decimal *);
34
 
  bool check_vcol_func_processor(unsigned char *int_arg __attribute__((unused)))
 
34
  bool check_vcol_func_processor(unsigned char *)
35
35
  { return false; }
36
36
};
37
37