~eday/drizzle/eday-dev

« back to all changes in this revision

Viewing changes to drizzled/replication_services.h

  • Committer: Eric Day
  • Date: 2010-01-07 20:02:38 UTC
  • mfrom: (971.3.291 staging)
  • Revision ID: eday@oddments.org-20100107200238-uqw8v6kv9pl7nny5
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
294
294
   *
295
295
   * @param Pointer to the Session which has inserted a record
296
296
   * @param Pointer to the Table containing insert information
 
297
   *
 
298
   * Grr, returning "true" here on error because of the cursor
 
299
   * reversed bool return crap...fix that.
297
300
   */
298
 
  void insertRecord(Session *in_session, Table *in_table);
 
301
  bool insertRecord(Session *in_session, Table *in_table);
299
302
  /**
300
303
   * Creates a new UpdateRecord GPB message and pushes it to
301
304
   * replicators.