diff options
author | unknown <joerg@debian.(none)> | 2007-06-01 17:43:48 +0200 |
---|---|---|
committer | unknown <joerg@debian.(none)> | 2007-06-01 17:43:48 +0200 |
commit | 7d5f53e450c616f2654c6eef1d03b7ded4f98da5 (patch) | |
tree | 2e5fa409a7167c29a1ac09573994f7283d33615e /mysql-test/Makefile.am | |
parent | 62adac5845e10d83efed634cbe98881561cffa46 (diff) | |
download | mariadb-git-7d5f53e450c616f2654c6eef1d03b7ded4f98da5.tar.gz |
Avoid a compile error which arises from a redefinition of "inline":
If it has been defined (by "configure", in "include/my_config.h"),
then an "#undef" is needed to avoid a redefinition.
This is needed to prevent a compile error of the debug server on AIX.
mysys/mf_keycache.c:
It may happen, that "include/my_config.h" already contains a
#define inline ...
as created by "configure" (this happens on AIX).
In this case, an "#undef" is needed to avoid a compile error.
Diffstat (limited to 'mysql-test/Makefile.am')
0 files changed, 0 insertions, 0 deletions