summaryrefslogtreecommitdiff
path: root/myisam
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2004-05-18 01:53:06 +0300
committerunknown <heikki@hundin.mysql.fi>2004-05-18 01:53:06 +0300
commit08d1de2c167ff900965aa9f0951a02077a4f663f (patch)
tree40d6ca9c16accc14afc3db1bf2462bcf56b00ea5 /myisam
parentd4f6c7a4c7e836fb81bd4b21a1ea8b1e69d0c917 (diff)
downloadmariadb-git-08d1de2c167ff900965aa9f0951a02077a4f663f.tar.gz
mem0pool.c:
Fix a memory corruption bug: in 32-bit computers, every 4 billionth malloc outside innodb_additional_mem_pool_size was mistreated when freeing the memory; this could corrupt the InnoDB additional mem pool and could have caused crashes anywhere, also inside MySQL, or even database corruption! the bug exists also in 3.23 and 4.1; workaround: configure innodb_additional_mem_pool_size big enough innobase/mem/mem0pool.c: Fix a memory corruption bug: in 32-bit computers, every 4 billionth malloc outside innodb_additional_mem_pool_size was mistreated when freeing the memory; this could corrupt the InnoDB additional mem pool and could have caused crashes anywhere, also inside MySQL, or even database corruption! the bug exists also in 3.23 and 4.1; workaround: configure innodb_additional_mem_pool_size big enough
Diffstat (limited to 'myisam')
0 files changed, 0 insertions, 0 deletions