summaryrefslogtreecommitdiff
path: root/scripts/mysql_find_rows.sh
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@oracle.com>2011-12-28 12:19:30 +0200
committerMarko Mäkelä <marko.makela@oracle.com>2011-12-28 12:19:30 +0200
commit05e267a801787b96a54e127f89690f42f133c605 (patch)
treeb39e9c9103699570eac703c2cf8d7e14ff6a62dc /scripts/mysql_find_rows.sh
parent0b2a6402ac964732a08a12a5e977ce1e9253a327 (diff)
downloadmariadb-git-05e267a801787b96a54e127f89690f42f133c605.tar.gz
Bug#13418934 REMOVE HAVE_PURIFY DEPENDENCES FROM INNODB
InnoDB: Remove HAVE_purify, UNIV_INIT_MEM_TO_ZERO, UNIV_SET_MEM_TO_ZERO. The compile-time setting HAVE_purify can mask potential bugs. It is being set in PB2 Valgrind runs. We should simply get rid of it, and replace it with UNIV_MEM_INVALID() to declare uninitialized memory as such in Valgrind-instrumented binaries. os_mem_alloc_large(), ut_malloc_low(): Remove the parameter set_to_zero. ut_malloc(): Define as a macro that invokes ut_malloc_low(). buf_pool_init(): Never initialize the buffer pool frames. All pages must be initialized before flushing them to disk. mem_heap_alloc(): Never initialize the allocated memory block. os_mem_alloc_nocache(), ut_test_malloc(): Unused function, remove. rb:813 approved by Jimmy Yang
Diffstat (limited to 'scripts/mysql_find_rows.sh')
0 files changed, 0 insertions, 0 deletions