mariadb/storage/innobase
Marko Mäkelä 453dc4b300 Fixup the parent commit for MSAN and Valgrind
commit 484931325e was a necessary
fix for the buffer pool resizing tests in 10.5 in
AddressSanitizer. However, that change would break the tests
innodb.innodb_buffer_pool_resize and
innodb.innodb_buffer_pool_resize_with_chunks
when run in MemorySanitizer, or presumably in Valgrind as well.
(Those tests run "forever" in Valgrind.)

buf_pool_resize(): Cancel the effect of MEM_NOACCESS() in Valgrind
and ASAN. In MSAN, MEM_NOACCESS() is a no-op, and hence we must do
nothing special here.

MEM_MAKE_ADDRESSABLE() would declare the memory contents undefined.
In this particular case, we must actually declare the contents
defined for Valgrind.
2020-07-04 22:02:30 +03:00
..
btr MDEV-20377 post-fix: Introduce MEM_MAKE_ADDRESSABLE 2020-07-02 17:59:28 +03:00
buf Fixup the parent commit for MSAN and Valgrind 2020-07-04 22:02:30 +03:00
data Fixed bugs found by valgrind 2020-07-02 17:57:34 +03:00
dict Merge 10.2 into 10.3 2020-07-02 06:17:51 +03:00
eval Merge 10.2 into 10.3 2019-12-12 14:41:51 +02:00
fil Fixed bugs found by valgrind 2020-07-02 17:57:34 +03:00
fsp MDEV-19298 Assertion `space->id != 0xFFFFFFFEU || space == fil_system.temp_space' failed in Check::validate upon crash upgrade from 10.2.22 2020-06-27 12:52:08 +03:00
fts Merge 10.2 into 10.3 2020-07-02 06:17:51 +03:00
fut Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
gis MDEV-22456 Dropping the adaptive hash index may cause DDL to lock up InnoDB 2020-05-15 17:23:08 +03:00
ha Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
handler MDEV-20377 post-fix: Introduce MEM_MAKE_ADDRESSABLE 2020-07-02 17:59:28 +03:00
ibuf Merge 10.2 into 10.3 2020-06-05 16:51:26 +03:00
include MDEV-20377 post-fix: Introduce MEM_MAKE_ADDRESSABLE 2020-07-02 17:59:28 +03:00
lock MDEV-22721 fixup for 32-bit GCC 2020-06-06 18:18:40 +03:00
log Merge 10.2 into 10.3 2020-07-02 06:17:51 +03:00
mach Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
mem Merge 10.2 into 10.3 2020-07-02 06:17:51 +03:00
mtr Merge 10.2 into 10.3 2020-07-02 06:17:51 +03:00
mysql-test/storage_engine
os MDEV-20377 post-fix: Introduce MEM_MAKE_ADDRESSABLE 2020-07-02 17:59:28 +03:00
page MDEV-20377 post-fix: Introduce MEM_MAKE_ADDRESSABLE 2020-07-02 17:59:28 +03:00
pars Merge 10.2 into 10.3 2019-12-12 14:41:51 +02:00
que Merge 10.2 into 10.3 2020-03-30 11:12:56 +03:00
read MVCC::view_close(): Correct comments 2019-09-04 09:42:38 +03:00
rem Merge branch '10.2' into 10.3 2020-05-04 16:47:11 +02:00
row MDEV-20377 post-fix: Introduce MEM_MAKE_ADDRESSABLE 2020-07-02 17:59:28 +03:00
srv Merge 10.2 into 10.3 2020-06-08 11:09:49 +03:00
sync MDEV-20377 post-fix: Introduce MEM_MAKE_ADDRESSABLE 2020-07-02 17:59:28 +03:00
trx MDEV-20377 post-fix: Introduce MEM_MAKE_ADDRESSABLE 2020-07-02 17:59:28 +03:00
ut Merge 10.2 into 10.3 2020-07-02 06:17:51 +03:00
.clang-format add .clang-format file for InnoDB 2019-10-29 21:56:24 +03:00
bzip2.cmake Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
CMakeLists.txt MDEV-21337 fix aligned_malloc() 2019-12-18 20:09:52 +08:00
compile-innodb
COPYING.Google
COPYING.Percona
innodb.cmake Merge 10.2 into 10.3 2019-12-27 15:14:48 +02:00
lz4.cmake Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
lzma.cmake Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
lzo.cmake Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
plugin_exports
snappy.cmake Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00