~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/user_var_entry.cc

  • Committer: Brian Aker
  • Date: 2011-03-28 02:46:21 UTC
  • Revision ID: brian@tangent.org-20110328024621-wtkdtlvdplqm0ybf
Shift CHARSET_INFO to charset_info_st

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
*/
185
185
 
186
186
void user_var_entry::update_hash(bool set_null, void *ptr, uint32_t arg_length,
187
 
                                 Item_result arg_type, const CHARSET_INFO * const cs, Derivation dv,
 
187
                                 Item_result arg_type, const charset_info_st * const cs, Derivation dv,
188
188
                                 bool unsigned_arg)
189
189
{
190
190
  if (set_null)