mirror of https://github.com/MariaDB/server
Browse Source
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.pull/328/head
2 changed files with 3 additions and 18 deletions
Loading…
Reference in new issue