~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/transaction_services.h

  • Committer: David Shrewsbury
  • Date: 2010-08-28 01:11:17 UTC
  • mfrom: (1734 trunk)
  • mto: (1734.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1735.
  • Revision ID: shrewsbury.dave@gmail.com-20100828011117-vey8js8m1tv9zke0
Merge from trunk, resolve conflict with transaction_services.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
255
255
   *
256
256
   * @param in_session Pointer to the Session which has deleted a record
257
257
   * @param in_table Pointer to the Table containing delete information
 
258
   * @param use_update_record If true, uses the values from the update row instead
258
259
   */
259
 
  void deleteRecord(Session *in_session, Table *in_table);
 
260
  void deleteRecord(Session *in_session, Table *in_table, bool use_update_record= false);
260
261
  /**
261
262
   * Creates a CreateSchema Statement GPB message and adds it
262
263
   * to the Session's active Transaction GPB message for pushing