Commit 66a64adb authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Xtradb recently started to access thd members directly ,e.g thd->stmt_da (ha_innodb.cc)

It needs recompilation for embedded server, as layout of THD is different in embedded.
parent 438ed040
......@@ -266,4 +266,4 @@ IF(WITH_INNODB)
ENDIF()
MYSQL_ADD_PLUGIN(xtradb ${INNOBASE_SOURCES} STORAGE_ENGINE DEFAULT
LINK_LIBRARIES ${ZLIB_LIBRARY})
LINK_LIBRARIES ${ZLIB_LIBRARY} RECOMPILE_FOR_EMBEDDED)
......@@ -23,6 +23,7 @@ Smart ALTER TABLE
#include <unireg.h>
#include <mysqld_error.h>
#include <sql_class.h>
#include <sql_lex.h> // SQLCOM_CREATE_INDEX
#include <mysql/innodb_priv.h>
......
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