~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/user_var_as_out_param.cc

  • Committer: Brian Aker
  • Date: 2009-05-14 16:47:01 UTC
  • mfrom: (1014.3.4 merge)
  • Revision ID: brian@gaz-20090514164701-l58qmp3mqo6et160
Merging Brian's work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    of fields in LOAD DATA INFILE.
36
36
    (Since Item_user_var_as_out_param is used only there).
37
37
  */
38
 
  entry->collation.set(session->variables.collation_database);
 
38
  entry->collation.set(default_charset_info);
39
39
  entry->update_query_id= session->query_id;
40
40
  return false;
41
41
}