~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/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:
30
30
   to do whatever this plugin does. */
31
31
bool replicator_session_init (Session *session);
32
32
bool replicator_write_row(Session *session, Table *table);
33
 
bool replicator_update_row(Session *session, Table *table, 
34
 
                           const unsigned char *before, 
 
33
bool replicator_update_row(Session *session, Table *table,
 
34
                           const unsigned char *before,
35
35
                           const unsigned char *after);
36
36
bool replicator_delete_row(Session *session, Table *table);
37
37