~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin_replicator.h

  • Committer: Brian Aker
  • Date: 2008-12-06 06:21:20 UTC
  • Revision ID: brian@tangent.org-20081206062120-zfwrklxno9g25q9e
End points on new replication (aka end transaction)

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
                     const unsigned char *before, 
40
40
                     const unsigned char *after);
41
41
  bool (*row_delete)(Session *session, Table *table);
 
42
  bool (*end_transaction)(Session *session, bool autocommit, bool commit);
42
43
} replicator_t;
43
44
 
44
45
#endif /* DRIZZLED_PLUGIN_REPLICATOR_H */