mariadb/storage/innobase/trx
Jan Lindström 9538bbfce9 MDEV-4808: Assertion: trx->start_file != 0 fails in trx0trx.cc on killing CREATE TABLE query.
Analysis: There is debug assertion ut_ad(trx->start_file != 0); and ut_ad(trx->start_line != 0); on trx_start_low funcition at trx0trx.cc. These fields are initialized on include/trx0trx.h at function trx_start_if_not_started_xa. Thus at trx_prepare_for_mysql function should call trx_start_if_not_started_xa(trx); not trx_start_if_not_started_xa_low(trx) directly;
2013-10-01 13:24:52 +03:00
..
trx0i_s.cc Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
trx0purge.cc Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
trx0rec.cc Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
trx0roll.cc Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
trx0rseg.cc Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
trx0sys.cc Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
trx0trx.cc MDEV-4808: Assertion: trx->start_file != 0 fails in trx0trx.cc on killing CREATE TABLE query. 2013-10-01 13:24:52 +03:00
trx0undo.cc Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00