~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin_replicator.h

  • Committer: Monty Taylor
  • Date: 2008-12-07 18:57:39 UTC
  • mfrom: (665.1.4 codestyle)
  • mto: This revision was merged to the branch mainline in revision 670.
  • Revision ID: monty@inaugust.com-20081207185739-zb0z4vz3s11f2l7t
MergedĀ fromĀ Eric.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
  void *(*session_init)(Session *session);
37
37
  bool (*row_insert)(Session *session, Table *table);
38
 
  bool (*row_update)(Session *session, Table *table, 
39
 
                     const unsigned char *before, 
 
38
  bool (*row_update)(Session *session, Table *table,
 
39
                     const unsigned char *before,
40
40
                     const unsigned char *after);
41
41
  bool (*row_delete)(Session *session, Table *table);
42
42
  bool (*end_transaction)(Session *session, bool autocommit, bool commit);