mariadb/storage/innobase/dict
Marko Mäkelä 40eee1da17 MDEV-14614 InnoDB: Failing assertion: trx->error_state == DB_SUCCESS or lock wait timeout upon saving statistics
The assertion failure was caused by
MDEV-14511 Use fewer transactions for updating InnoDB persistent statistics

We are reusing a transaction object after commit, and sometimes,
even after a successful operation, the trx_t::error_state may be
something else than DB_SUCCESS. Reset the field when needed.
2017-12-11 10:12:14 +02:00
..
dict0boot.cc Remove dict_disable_redo_if_temporary() 2017-10-03 11:37:38 +03:00
dict0crea.cc Remove a constant parameter commit=false 2017-10-02 11:27:53 +03:00
dict0defrag_bg.cc MDEV-14614 InnoDB: Failing assertion: trx->error_state == DB_SUCCESS or lock wait timeout upon saving statistics 2017-12-11 10:12:14 +02:00
dict0dict.cc InnoDB: Remove ut_snprintf() and the use of my_snprintf(); use snprintf() 2017-11-13 02:11:48 +02:00
dict0load.cc Remove dead code for "InnoDB table(space) monitor" 2017-12-08 16:31:54 +02:00
dict0mem.cc InnoDB: Remove ut_snprintf() and the use of my_snprintf(); use snprintf() 2017-11-13 02:11:48 +02:00
dict0stats.cc Fix warnings 2017-12-08 13:10:41 +00:00
dict0stats_bg.cc MDEV-14614 InnoDB: Failing assertion: trx->error_state == DB_SUCCESS or lock wait timeout upon saving statistics 2017-12-11 10:12:14 +02:00