~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/user_var_entry.h

  • Committer: Olaf van der Spek
  • Date: 2011-10-18 11:01:40 UTC
  • mto: This revision was merged to the branch mainline in revision 2443.
  • Revision ID: olafvdspek@gmail.com-20111018110140-5kiyo83d27p56orh
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
  type::Decimal *val_decimal(bool *null_value, type::Decimal *result);
63
63
  DTCollation collation;
64
64
 
65
 
  void update_hash(bool set_null, void *ptr, uint32_t length,
66
 
                   Item_result type, const charset_info_st * const cs, Derivation dv,
67
 
                   bool unsigned_arg);
 
65
  void update_hash(bool set_null, const void*, uint32_t length, Item_result type, const charset_info_st* cs, Derivation dv, bool unsigned_arg);
68
66
};
69
67
 
70
68
} /* namespace drizzled */