mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
56e85a8cb2
(compiler issue ?) Problem: Improper compile-time flags on AIX prevented use of files > 2 GB. This resulted in Max_data_length being truncated to 2 GB by MyISAM code. Solution: Reverted large-file changes from the fix for bug10776. We need to define _LARGE_FILES on AIX to have support for files > 2 GB. Since _LARGE_FILE_API is incompatible with _LARGE_FILES and may be automatically defined by including standards.h, we also need a workaround to avoid this conflict. |
||
---|---|---|
.. | ||
alloca.m4 | ||
character_sets.m4 | ||
check_cpu.m4 | ||
compiler_flag.m4 | ||
ha_archive.m4 | ||
ha_berkeley.m4 | ||
ha_blackhole.m4 | ||
ha_example.m4 | ||
ha_federated.m4 | ||
ha_innodb.m4 | ||
ha_ndbcluster.m4 | ||
ha_tina.m4 | ||
large_file.m4 | ||
misc.m4 | ||
openssl.m4 | ||
readline.m4 | ||
yassl.m4 | ||
zlib.m4 |