208
219
trx_general_rollback_for_mysql(
209
220
/*===========================*/
210
221
trx_t* trx, /*!< in: transaction handle */
212
222
trx_savept_t* savept);/*!< in: pointer to savepoint undo number, if
214
225
/*******************************************************************//**
215
226
Rolls back a transaction back to a named savepoint. Modifications after the
216
227
savepoint are undone but InnoDB does NOT release the corresponding locks