1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-5120 Test suite test maria-no-logging fails

stat structure (from <sys/stat.h>) is conditionally defined
to have different layout and size depending on the defined macros.
The correct macro is defined in my_config.h, which means it MUST be
included first (or, at least before <features.h> - so, practically,
before including any system headers).
This commit is contained in:
Sergei Golubchik
2014-10-02 11:57:40 +02:00
parent 02125587e1
commit aa36d9e742
69 changed files with 142 additions and 5 deletions

View File

@ -6,6 +6,8 @@
* See COPYRIGHT.txt for details.
*/
#include <my_config.h>
#include <stdexcept>
#include <string.h>
#include <errno.h>