~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/math/rand.h

  • Committer: Brian Aker
  • Date: 2009-05-15 07:40:30 UTC
  • mfrom: (1019.1.7 merge)
  • Revision ID: brian@gaz-20090515074030-che1sh7nqadhyj45
Code / Style cleanup merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
  bool const_item() const { return 0; }
40
40
  void update_used_tables();
41
41
  bool fix_fields(Session *session, Item **ref);
42
 
  bool check_vcol_func_processor(unsigned char *)
43
 
  { return true; }
44
42
private:
45
43
  void seed_random (Item * val);
46
44
};