~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Brian Aker
  • Date: 2008-12-06 02:02:19 UTC
  • Revision ID: brian@tangent.org-20081206020219-61o4ij7tsms6qwna
First major pass through new replication.

Show diffs side-by-side

added added

removed removed

Lines of Context:
520
520
  warn_id= 0;
521
521
  db_charset= global_system_variables.collation_database;
522
522
  memset(ha_data, 0, sizeof(ha_data));
 
523
  replication_data= 0;
523
524
  mysys_var=0;
524
525
  binlog_evt_union.do_union= false;
525
526
  dbug_sentry=Session_SENTRY_MAGIC;