Commit 5166e140 authored by marko's avatar marko

branches/zip: ChangeLog: Clarify the impact of r3608.

parent efdec85d
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
mysql-test/innodb-use-sys-malloc-master.opt, mysql-test/innodb-use-sys-malloc-master.opt,
mysql-test/innodb-use-sys-malloc.result, mysql-test/innodb-use-sys-malloc.result,
mysql-test/innodb-use-sys-malloc.test: mysql-test/innodb-use-sys-malloc.test:
Implement the parameter innodb_use_sys_malloc Implement the configuration parameter innodb_use_sys_malloc
(false by default), for disabling InnoDB's internal memory allocator (false by default), for disabling InnoDB's internal memory allocator
and using system malloc/free instead. and using system malloc/free instead.
...@@ -16,7 +16,8 @@ ...@@ -16,7 +16,8 @@
0, compress the page at the same time. This is necessary, because 0, compress the page at the same time. This is necessary, because
the column information stored on the compressed page will differ the column information stored on the compressed page will differ
between leaf and non-leaf pages. Leaf pages are identified by between leaf and non-leaf pages. Leaf pages are identified by
PAGE_LEVEL=0. PAGE_LEVEL=0. This bug can make InnoDB crash when all rows of a
compressed table are deleted.
2008-12-17 The InnoDB Team 2008-12-17 The InnoDB Team
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment