~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/replicator.cc

  • Committer: Brian Aker
  • Date: 2008-12-08 20:19:05 UTC
  • Revision ID: brian@tangent.org-20081208201905-ud33hfoidmke55iv
Removd dead TRX binlog code (we log straight... no attempt to optimize for
rollback).

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
{
102
102
  bool foreach_rv;
103
103
 
104
 
  /*
105
104
  if (session->options & (OPTION_NOT_AUTOCOMMIT | OPTION_BEGIN))
106
105
    trans_register_ha(session, true, binlog_hton);
107
106
  trans_register_ha(session, false, binlog_hton);
108
 
  */
109
107
 
110
108
  if (session->getReplicationData())
111
109
    return false;