mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
branches/zip: ChangeLog: Document r3608 and r3613.
This commit is contained in:
parent
09a089ecf8
commit
4ee8fc70e8
1 changed files with 20 additions and 0 deletions
20
ChangeLog
20
ChangeLog
|
@ -1,3 +1,23 @@
|
|||
2009-01-02 The InnoDB Team
|
||||
|
||||
* handler/ha_innodb.cc, include/srv0srv.h, srv/srv0srv.c,
|
||||
srv/srv0start.c, mem/mem0pool.c,
|
||||
mysql-test/innodb-use-sys-malloc-master.opt,
|
||||
mysql-test/innodb-use-sys-malloc.result,
|
||||
mysql-test/innodb-use-sys-malloc.test:
|
||||
Implement the parameter innodb_use_sys_malloc
|
||||
(false by default), for disabling InnoDB's internal memory allocator
|
||||
and using system malloc/free instead.
|
||||
|
||||
2008-12-30 The InnoDB Team
|
||||
|
||||
* btr/btr0btr.c:
|
||||
When setting the PAGE_LEVEL of a compressed B-tree page from or to
|
||||
0, compress the page at the same time. This is necessary, because
|
||||
the column information stored on the compressed page will differ
|
||||
between leaf and non-leaf pages. Leaf pages are identified by
|
||||
PAGE_LEVEL=0.
|
||||
|
||||
2008-12-17 The InnoDB Team
|
||||
|
||||
* include/row0upd.h, include/row0sel.h, pars/pars0pars.c,
|
||||
|
|
Loading…
Add table
Reference in a new issue