~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/user_var_entry.h

  • Committer: Mark Atwood
  • Date: 2011-10-19 00:10:47 UTC
  • mfrom: (2440.2.13 rf)
  • Revision ID: me@mark.atwood.name-20111019001047-atj0u8gedphon1tb
mergeĀ lp:~olafvdspek/drizzle/refactor5

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, data_ref, Item_result type, const charset_info_st* cs, Derivation dv, bool unsigned_arg);
68
66
};
69
67
 
70
68
} /* namespace drizzled */