~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/user_var_entry.h

  • Committer: Lee Bieber
  • Date: 2011-03-23 23:16:25 UTC
  • mfrom: (2247.1.2 build)
  • Revision ID: kalebral@gmail.com-20110323231625-61k77qbh7n1iu776
Merge Olaf - Use BOOST_FOREACH
Merge Olaf - Remove std::nothrow from new()

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
  type::Decimal *val_decimal(bool *null_value, type::Decimal *result);
68
68
  DTCollation collation;
69
69
 
70
 
  bool update_hash(bool set_null, void *ptr, uint32_t length,
 
70
  void update_hash(bool set_null, void *ptr, uint32_t length,
71
71
                   Item_result type, const CHARSET_INFO * const cs, Derivation dv,
72
72
                   bool unsigned_arg);
73
73
};