Commit 51d457f3 authored by Sergei Golubchik's avatar Sergei Golubchik

compilation failures

with -DPLUGIN_PARTITION=NO and -DPLUGIN_PERFSCHEMA=NO
parent 291411c9
...@@ -79,6 +79,10 @@ ...@@ -79,6 +79,10 @@
#include "sql_callback.h" #include "sql_callback.h"
#include "threadpool.h" #include "threadpool.h"
#ifdef HAVE_OPENSSL
#include <ssl_compat.h>
#endif
#ifdef WITH_PERFSCHEMA_STORAGE_ENGINE #ifdef WITH_PERFSCHEMA_STORAGE_ENGINE
#include "../storage/perfschema/pfs_server.h" #include "../storage/perfschema/pfs_server.h"
#endif /* WITH_PERFSCHEMA_STORAGE_ENGINE */ #endif /* WITH_PERFSCHEMA_STORAGE_ENGINE */
...@@ -338,13 +342,9 @@ static PSI_thread_key key_thread_handle_con_sockets; ...@@ -338,13 +342,9 @@ static PSI_thread_key key_thread_handle_con_sockets;
static PSI_thread_key key_thread_handle_shutdown; static PSI_thread_key key_thread_handle_shutdown;
#endif /* __WIN__ */ #endif /* __WIN__ */
#ifdef HAVE_OPENSSL
#include <ssl_compat.h>
#ifdef HAVE_OPENSSL10 #ifdef HAVE_OPENSSL10
static PSI_rwlock_key key_rwlock_openssl; static PSI_rwlock_key key_rwlock_openssl;
#endif #endif
#endif
#endif /* HAVE_PSI_INTERFACE */ #endif /* HAVE_PSI_INTERFACE */
#ifdef HAVE_NPTL #ifdef HAVE_NPTL
......
...@@ -764,8 +764,8 @@ ha_innobase::check_if_supported_inplace_alter( ...@@ -764,8 +764,8 @@ ha_innobase::check_if_supported_inplace_alter(
| Alter_inplace_info::DROP_INDEX); | Alter_inplace_info::DROP_INDEX);
if (flags != 0 if (flags != 0
|| (altered_table->s->partition_info_str || IF_PARTITIONING((altered_table->s->partition_info_str
&& altered_table->s->partition_info_str_len) && altered_table->s->partition_info_str_len), 0)
|| (!check_v_col_in_order( || (!check_v_col_in_order(
this->table, altered_table, ha_alter_info))) { this->table, altered_table, ha_alter_info))) {
ha_alter_info->unsupported_reason = ha_alter_info->unsupported_reason =
......
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