mariadb/storage/xtradb
Jan Lindström a8b8544a03 MDEV-7906: InnoDB: Failing assertion: prebuilt->sql_stat_start || trx->state == 1 on concurrent multi-table update
Analysis: Problem is that SQL-layer calls handler API after storage
engine has already returned error state. InnoDB does internal
rollback when it notices transaction error (e.g. lock wait timeout,
deadlock, etc.) and after this transaction is not naturally in
correct state to continue.

Fix: Do not continue fetch operations if transaction is not started.
2015-06-04 15:02:24 +03:00
..
btr move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
buf move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
data move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
dict move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
dyn move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
eval move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
fil move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
fsp move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
fut move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
ha move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
handler MDEV-7906: InnoDB: Failing assertion: prebuilt->sql_stat_start || trx->state == 1 on concurrent multi-table update 2015-06-04 15:02:24 +03:00
ibuf move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
include Merge pull request #73 from akopytov/MDEV-7658-5.5 2015-05-27 10:27:18 +04:00
lock percona-server-5.5.42-37.1.tar.gz 2015-04-28 13:42:58 +02:00
log move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
mach move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
mem move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
mtr move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
os move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
page move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
pars move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
que move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
read move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
rem MDEV-8020: innodb.innodb-mdev-7055 produces valgrind warnings in buildbot 2015-04-28 15:29:46 +03:00
row move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
srv Merge branch 'merge-xtradb-5.5' into 5.5 2015-04-28 13:54:37 +02:00
sync move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
trx move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
usr move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
ut move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
CMakeLists.txt Fix compiler error if compiler does not support c99 style 2015-05-07 13:04:03 +03:00
COPYING.Google move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
COPYING.Percona move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
Doxyfile move to storage/xtradb/ 2015-04-27 23:37:51 +02:00
ha_innodb.def move to storage/xtradb/ 2015-04-27 23:37:51 +02:00