diff options
author | unknown <SergeyV@selena.> | 2006-01-23 21:35:11 +0300 |
---|---|---|
committer | unknown <SergeyV@selena.> | 2006-01-23 21:35:11 +0300 |
commit | 03ad365b00c446a6da418cb9112448449f2e5a45 (patch) | |
tree | c6ee04935143d410d62fc996338c240b8fdb69f6 /zlib/README.MySQL | |
parent | 4032f5acd5ec6fbfc1d33a1782f4a5f022fddfad (diff) | |
download | mariadb-git-03ad365b00c446a6da418cb9112448449f2e5a45.tar.gz |
Changes after initial patch to #15787
zlib/Makefile.am:
Added a reference to ../include for my_config.h
zlib/README.MySQL:
Updated a readme file to emphasize which files we what to keep an eye on
in case of zlib upgrade.
zlib/zconf.h:
restored a code for standard platform dependant definitions
Diffstat (limited to 'zlib/README.MySQL')
-rw-r--r-- | zlib/README.MySQL | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/zlib/README.MySQL b/zlib/README.MySQL index 355dfb62d71..c17d3eeb6f9 100644 --- a/zlib/README.MySQL +++ b/zlib/README.MySQL @@ -5,3 +5,12 @@ original zlib distribution. You can find the original distribution at http://www.gzip.org/zlib/ or http://www.zlib.net/ + +Revision history: + +20.01.2006. The following files were changed as part of #15787 fix: + makefile.am + gzio.c + zconf.h + README.mysql + |