mariadb/storage
Marko Mäkelä 8637931f11 Add ASAN instrumentation (and more strict Valgrind) to InnoDB
mem_heap_free_heap_top(): Remove UNIV_MEM_ASSERT_W() and unpoison
the memory region first, because part of it may have been poisoned
by an earlier mem_heap_free_top() call.
Poison the address range at the end.

mem_heap_block_free(): Poison the address range at the end.

UNIV_MEM_ASSERT_AND_ALLOC(): Replace with UNIV_MEM_ALLOC().
We want to keep the address ranges poisoned (unaccessible) as
long as possible.

UNIV_MEM_ASSERT_AND_FREE(): Replace with UNIV_MEM_FREE().
2018-01-23 20:34:05 +02:00
..
archive ha_archive::info remove hidden assignment 2017-07-03 11:47:44 +04:00
blackhole
csv
example MDEV-5120 Test suite test maria-no-logging fails 2014-10-02 11:57:40 +02:00
federated MDEV-13459 Warnings, when compiling with gcc-7.x 2017-10-17 07:37:39 +02:00
federatedx Correct TRASH() macro usage 2018-01-22 11:39:54 +01:00
heap improve ASAN instrumentation: table->record[0] 2018-01-22 11:39:54 +01:00
innobase Add ASAN instrumentation (and more strict Valgrind) to InnoDB 2018-01-23 20:34:05 +02:00
maria Free memory in unit tests. Makes ASAN happier. 2018-01-22 11:39:54 +01:00
myisam Merge branch 'mysql/5.5' into 5.5 2018-01-18 17:54:48 +01:00
myisammrg Merge branch 'mysql/5.5' into 5.5 2016-04-20 15:25:55 +02:00
ndb mysql-5.5.37 selective merge 2014-03-27 22:26:58 +01:00
oqgraph MDEV-7351 5.5 build fails on Ubuntu Utopic in buildbot 2015-02-09 20:53:28 +01:00
perfschema Merge remote-tracking branch 'mysql/5.5' into 5.5 2015-10-08 22:54:24 +02:00
sphinx MDEV-13459 Warnings, when compiling with gcc-7.x 2017-10-17 07:37:39 +02:00
tokudb Fix TokuDB Not building 2018-01-23 00:03:41 +02:00
xtradb Add ASAN instrumentation (and more strict Valgrind) to InnoDB 2018-01-23 20:34:05 +02:00