~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/functions/rand.h

  • Committer: Brian Aker
  • Date: 2008-10-20 04:28:21 UTC
  • mto: (492.3.21 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 530.
  • Revision ID: brian@tangent.org-20081020042821-rqqdrccuu8195k3y
Second pass of thd cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
  const char *func_name() const { return "rand"; }
33
33
  bool const_item() const { return 0; }
34
34
  void update_used_tables();
35
 
  bool fix_fields(Session *thd, Item **ref);
 
35
  bool fix_fields(Session *session, Item **ref);
36
36
  bool check_vcol_func_processor(unsigned char *int_arg __attribute__((unused)))
37
37
  { return true; }
38
38
private: