mariadb/storage/heap
Sergey Vojtovich afb4878703 MDEV-18783 - Server crash in hp_rb_make_key
In debug build, whenever MEMORY table instance gets closed it performs
consistency check without protection. It may cause server crash if
executed concurrently with DML.

Moved consistency check to ha_heap::external_lock(F_UNLCK), so that it
is protected by THR_LOCK.
2019-10-30 12:52:19 +04:00
..
mysql-test/mtr2 overlay support for mysql-test-run and mysqltest 2012-02-23 07:50:11 +01:00
_check.c Update FSF Address 2019-05-11 21:29:06 +03:00
_rectest.c Update FSF Address 2019-05-11 21:29:06 +03:00
ChangeLog
CMakeLists.txt Update FSF Address 2019-05-11 21:29:06 +03:00
ha_heap.cc MDEV-18783 - Server crash in hp_rb_make_key 2019-10-30 12:52:19 +04:00
ha_heap.h Update FSF Address 2019-05-11 21:29:06 +03:00
heapdef.h Update FSF Address 2019-05-11 21:29:06 +03:00
hp_block.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_clear.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_close.c MDEV-18783 - Server crash in hp_rb_make_key 2019-10-30 12:52:19 +04:00
hp_create.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_delete.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_extra.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_hash.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_info.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_open.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_panic.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_rename.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_rfirst.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_rkey.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_rlast.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_rnext.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_rprev.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_rrnd.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_rsame.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_scan.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_static.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_test1.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_test2.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_update.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_write.c Update FSF Address 2019-05-11 21:29:06 +03:00