Commit 31a5d721 authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-12203 build fails, multiple errors, in xtradb/handler

disable XtraDB in a way that makes it impossible to be built
parent f4c39f7b
......@@ -14,6 +14,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# This is the CMakeLists for XtraDB
RETURN() # until upgraded to 5.7 XtraDB doesn't compile at all
INCLUDE(CheckFunctionExists)
INCLUDE(CheckCSourceCompiles)
......@@ -499,7 +500,6 @@ SET(INNOBASE_SOURCES
ut/ut0timer.cc)
MYSQL_ADD_PLUGIN(xtradb ${INNOBASE_SOURCES} STORAGE_ENGINE
DISABLED # until upgraded to 5.7, see also mysql-test/include/have_xtradb.combinations
RECOMPILE_FOR_EMBEDDED
LINK_LIBRARIES
${ZLIB_LIBRARY}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment