~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/replication_services.h

Merged with 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.