mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 17:33:44 +01:00
branches/zip: Add the ChangeLog entry for r2631.
This commit is contained in:
parent
a5db78f7a4
commit
6a89d1d325
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2008-09-17 The InnoDB Team
|
||||
|
||||
* btr/btr0cur.c, data/data0data.c, include/page0zip.h,
|
||||
include/page0zip.ic, page/page0zip.c,
|
||||
mysql-test/innodb_bug36172.test:
|
||||
Prevent infinite B-tree page splits in compressed tables by
|
||||
ensuring that there will always be enough space for two node
|
||||
pointer records in an empty B-tree page. Also, require that at
|
||||
least one data record will fit in an empty compressed page. This
|
||||
will reduce the maximum size of records in compressed tables.
|
||||
This was reported as Mantis issue #73.
|
||||
|
||||
2008-09-09 The InnoDB Team
|
||||
|
||||
* mysql-test/innodb.result:
|
||||
|
|
Loading…
Add table
Reference in a new issue