~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/user_var_entry.cc

  • 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:
184
184
    true    failure
185
185
*/
186
186
 
187
 
void user_var_entry::update_hash(bool set_null, void *ptr, uint32_t arg_length,
188
 
                                 Item_result arg_type, const charset_info_st * const cs, Derivation dv,
189
 
                                 bool unsigned_arg)
 
187
void user_var_entry::update_hash(bool set_null, const void *ptr, uint32_t arg_length, Item_result arg_type, const charset_info_st* cs, Derivation dv, bool unsigned_arg)
190
188
{
191
189
  if (set_null)
192
190
  {