summaryrefslogtreecommitdiff
path: root/plugin/semisync
diff options
context:
space:
mode:
authorAlexey Botchkov <holyfoot@mysql.com>2010-02-25 16:23:43 +0400
committerAlexey Botchkov <holyfoot@mysql.com>2010-02-25 16:23:43 +0400
commitec0f9feabbbce64b75590ab73c39cd59f2fbddb8 (patch)
tree619521390ffe853f5977b8bfebdd900cb5d3e202 /plugin/semisync
parent975917e8d3286dd7bcf0aa4bb80b350fceba9ffb (diff)
downloadmariadb-git-ec0f9feabbbce64b75590ab73c39cd59f2fbddb8.tar.gz
Bug#41103 6.0 Windows embedded-server tests fail
Two problems addressed here: Embedded-server linking failure. sql/sys_vars.cc absents in the libmysqld/CMakeLists.txt The PERFORMANCE_SCHEMA-related failure of the embedded-server compilation. We try to disable the PERFORMANCE_SCHEMA in the embedded server as it's considered useless there. But we do it in wrong way as we only disable header's links to the PF, not the PF's library itself. So on Unix-ex the embedded library still contains the PF code and grows bigger with no reason. On Windows that just fails to compile. per-file comments: include/my_global.h Bug#41103 6.0 Windows embedded-server tests fail No PERFORMANCE_SCHEMA disabling in the embedded server. User can just use the --without-perfschema-engine-plugin option to exclude it from the compilation.
Diffstat (limited to 'plugin/semisync')
0 files changed, 0 insertions, 0 deletions