diff options
author | unknown <heikki@hundin.mysql.fi> | 2004-05-18 01:53:06 +0300 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2004-05-18 01:53:06 +0300 |
commit | 08d1de2c167ff900965aa9f0951a02077a4f663f (patch) | |
tree | 40d6ca9c16accc14afc3db1bf2462bcf56b00ea5 /myisam | |
parent | d4f6c7a4c7e836fb81bd4b21a1ea8b1e69d0c917 (diff) | |
download | mariadb-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