~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/functions/found_rows.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:
30
30
  int64_t val_int();
31
31
  const char *func_name() const { return "found_rows"; }
32
32
  void fix_length_and_dec() { decimals= 0; maybe_null=0; }
33
 
  bool check_vcol_func_processor(unsigned char *int_arg __attribute__((unused)))
 
33
  bool check_vcol_func_processor(unsigned char *)
34
34
  { return true; }
35
35
};
36
36