~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2009-01-25 02:52:05 UTC
  • mfrom: (801.1.4 testable)
  • Revision ID: brian@gir.tangent.org-20090125025205-zlahg6u6z0w95v64
Merge from Myself

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
  bool const_item() const { return 0; }
35
35
  void update_used_tables();
36
36
  bool fix_fields(Session *session, Item **ref);
37
 
  bool check_vcol_func_processor(unsigned char *int_arg __attribute__((unused)))
 
37
  bool check_vcol_func_processor(unsigned char *)
38
38
  { return true; }
39
39
private:
40
40
  void seed_random (Item * val);