~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/replicator.h

  • Committer: Monty Taylor
  • Date: 2008-12-08 10:42:44 UTC
  • mfrom: (667 drizzle)
  • mto: This revision was merged to the branch mainline in revision 670.
  • Revision ID: monty@inaugust.com-20081208104244-fan1pe90li9df3ym
MergedĀ inĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
/* The below control transactions */
39
39
bool replicator_end_transaction(Session *session, bool autocommit, bool commit);
40
 
bool replicator_rollback_to_savepoint(Session *session, void *save_point);
41
 
bool replicator_savepoint_set(Session *session, void *save_point);
42
40
bool replicator_prepare(Session *session);
 
41
bool replicator_statement(Session *session, const char *query, size_t query_length);
43
42
 
44
43
#endif /* DRIZZLED_REPLICATOR_H */