~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/set_user_var.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:
99
99
 
100
100
 
101
101
void
102
 
Item_func_set_user_var::update_hash(void *ptr, uint32_t length,
 
102
Item_func_set_user_var::update_hash(const void *ptr, uint32_t length,
103
103
                                    Item_result res_type,
104
104
                                    const charset_info_st * const cs, Derivation dv,
105
105
                                    bool unsigned_arg)