~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/flush.cc

  • Committer: Brian Aker
  • Date: 2009-10-07 21:45:49 UTC
  • Revision ID: brian@gaz-20091007214549-nsf3usp3ppqeo1xq
Update to delete table to centralize the replication logic.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
     *
41
41
     * Presumably, RESET and binlog writing doesn't require synchronization
42
42
     */
43
 
    write_bin_log(session, false, session->query, session->query_length);
 
43
    write_bin_log(session, session->query, session->query_length);
44
44
    session->my_ok();
45
45
  }
46
46