1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-06 13:10:12 +03:00
Files
mariadb/zlib/gzio.c
unknown 988584f0dd Fixes bug #15787. Fix makes available _FILE_OFFSET_BITS definition for
zlib library in order to enable support of files larger than 2Gb.
Providing an effective test is hardly possible, since the problem starts
only when archive table becomes larger than 2Gb.


zlib/gzio.c:
  Move include of zutil.h on top of gzio.c to include chain of
  zutil.h->zlib.h->zconf.h->config.h before including anything else.
zlib/zconf.h:
  Includes config.h in order to make _FILE_OFFSET_BITS definition available.
2006-01-12 17:32:39 +03:00

30 KiB