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