~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_load.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:
386
386
  if (session->transaction.stmt.modified_non_trans_table)
387
387
    session->transaction.all.modified_non_trans_table= true;
388
388
 
389
 
  if (drizzle_bin_log.is_open())
390
 
    session->binlog_flush_pending_rows_event(true);
391
 
 
392
389
  /* ok to client sent only after binlog write and engine commit */
393
390
  my_ok(session, info.copied + info.deleted, 0L, name);
394
391
err: