mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
Applying InnoDB snapshot
Detailed revision comments: r6271 | marko | 2009-12-02 11:43:49 +0200 (Wed, 02 Dec 2009) | 2 lines branches/zip: ChangeLog: Document that since r6270, the zlib version number will be displayed at start-up.
This commit is contained in:
parent
4a21f29cf0
commit
926d2c4bc0
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
2009-12-02 The InnoDB Team
|
||||
|
||||
* srv/srv0start.c: Display the zlib version number at startup.
|
||||
InnoDB compressed tables use zlib, and the implementation depends
|
||||
on the zlib function compressBound(), whose definition was slightly
|
||||
changed in zlib version 1.2.3.1 in 2006. MySQL bundles zlib 1.2.3
|
||||
from 2005, but some installations use a more recent zlib.
|
||||
|
||||
2009-11-30 The InnoDB Team
|
||||
|
||||
* dict/dict0crea.c, dict/dict0mem.c, dict/dict0load.c,
|
||||
|
|
|
@ -204,11 +204,11 @@ operations (very slow); also UNIV_DEBUG must be defined */
|
|||
in sync0sync.c */
|
||||
#define UNIV_BTR_PRINT /* enable functions for
|
||||
printing B-trees */
|
||||
#endif
|
||||
#define UNIV_ZIP_DEBUG /* extensive consistency checks
|
||||
for compressed pages */
|
||||
#define UNIV_ZIP_COPY /* call page_zip_copy_recs()
|
||||
more often */
|
||||
#endif
|
||||
|
||||
#define UNIV_BTR_DEBUG /* check B-tree links */
|
||||
#define UNIV_LIGHT_MEM_DEBUG /* light memory debugging */
|
||||
|
|
Loading…
Add table
Reference in a new issue