summaryrefslogtreecommitdiff
path: root/mysql-test/Makefile.am
diff options
context:
space:
mode:
authorunknown <joerg@debian.(none)>2007-06-01 17:43:48 +0200
committerunknown <joerg@debian.(none)>2007-06-01 17:43:48 +0200
commit7d5f53e450c616f2654c6eef1d03b7ded4f98da5 (patch)
tree2e5fa409a7167c29a1ac09573994f7283d33615e /mysql-test/Makefile.am
parent62adac5845e10d83efed634cbe98881561cffa46 (diff)
downloadmariadb-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