diff options
author | Jan Lindström <jplindst@mariadb.org> | 2013-10-01 13:24:52 +0300 |
---|---|---|
committer | Jan Lindström <jplindst@mariadb.org> | 2013-10-01 13:24:52 +0300 |
commit | 9538bbfce9055f99529adb461d101b7b236eb5a3 (patch) | |
tree | 31db9ee47ab088ce0493c5e87bd9a60105e569fb /strings/str_alloc.c | |
parent | f6b65232c77336dee9eabff050a01091b2501f57 (diff) | |
download | mariadb-git-9538bbfce9055f99529adb461d101b7b236eb5a3.tar.gz |
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;
Diffstat (limited to 'strings/str_alloc.c')
0 files changed, 0 insertions, 0 deletions