~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.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:
228
228
  file_id = 0;
229
229
  query_id= 0;
230
230
  warn_id= 0;
231
 
  db_charset= global_system_variables.collation_database;
232
231
  memset(ha_data, 0, sizeof(ha_data));
233
232
  replication_data= 0;
234
233
  mysys_var=0;