1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/storage
Marko Mäkelä f1b80d8ef1 MDEV-11236 Failing assertion: state == TRX_STATE_NOT_STARTED
trx_state_eq(): Add the parameter bool relaxed=false, to
allow trx->state==TRX_STATE_NOT_STARTED where a different
state is expected, if an error has been reported.

trx_release_savepoint_for_mysql(): Pass relaxed=true to
trx_state_eq(). That is, allow the transaction to be idle
when ROLLBACK TO SAVEPOINT is attempted after an error
has been reported to the client.
2016-12-02 16:25:47 +02:00
..
2016-03-21 13:02:53 +01:00
2015-12-21 21:24:22 +01:00
2016-03-21 13:02:53 +01:00
2016-03-21 13:02:53 +01:00
2016-05-04 15:23:26 +02:00
2015-11-10 13:46:56 +02:00
2016-05-04 15:23:26 +02:00
2016-09-28 17:55:28 +02:00
2016-06-22 10:23:11 +02:00