~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2008-12-06 22:41:58 UTC
  • Revision ID: brian@tangent.org-20081206224158-oj4j95n7w0mtxxd1
Completing up replication API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
947
947
  /*
948
948
    Public interface to write RBR events to the binlog
949
949
  */
950
 
  void binlog_start_trans_and_stmt();
951
950
  void binlog_set_stmt_begin();
952
951
  int binlog_write_table_map(Table *table, bool is_transactional);
953
952