diff options
author | Sergei Golubchik <serg@mariadb.org> | 2017-02-22 15:22:22 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2017-02-27 12:35:10 +0100 |
commit | 831b531895d9a4c0735eaff727acbc28f4e4b412 (patch) | |
tree | 319c726b14f15d91561660e5edb41bc1103b495f /scripts/mysql_zap.sh | |
parent | 44534487d4b1364e34a072a67130fe1848636c99 (diff) | |
download | mariadb-git-831b531895d9a4c0735eaff727acbc28f4e4b412.tar.gz |
MDEV-10788 Not able to compile source with -DBUILD_CONFIG=mysql_release -DCMAKE_BUILD_TYPE=Debug
It's too plainful to require <my_config.h> to be included first
for third-party storage engines. And anyway, some source files
might not include <my_config.h> at all, so there is no guarantee
that all parts of the binary will see identical definitions of system
structures (e.g. struct stat).
Define _FILE_OFFSET_BITS on the compiler's command line instead.
Diffstat (limited to 'scripts/mysql_zap.sh')
0 files changed, 0 insertions, 0 deletions