~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/row_count.h

  • Committer: Monty Taylor
  • Date: 2009-12-21 04:32:56 UTC
  • mto: (1253.2.3 out-of-tree)
  • mto: This revision was merged to the branch mainline in revision 1250.
  • Revision ID: mordred@inaugust.com-20091221043256-n7ii7ynwsebr1r47
Removed things from server_includes.h.

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 "row_count"; }
32
32
  void fix_length_and_dec() { decimals= 0; maybe_null=0; }
33
 
  bool check_vcol_func_processor(unsigned char *)
34
 
  { return true; }
35
33
};
36
34
 
37
35