summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNayuta Yanagisawa <nayuta.yanagisawa@hey.com>2021-10-19 00:40:01 +0900
committerNayuta Yanagisawa <nayuta.yanagisawa@hey.com>2021-10-19 00:40:01 +0900
commitc278fa878223fdbc8b5e8cedc52b66274aa7fb01 (patch)
treef74610543514c41dcf65d6bbc8adfdaac87ced6c
parent5cc9cf9a05582307abefd8f3b57548945da86b1a (diff)
downloadmariadb-git-bb-10.7-hs.tar.gz
Add #error after ifdef HAVE_HANDLERSOCKETbb-10.7-hs
-rw-r--r--storage/spider/ha_spider.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/spider/ha_spider.cc b/storage/spider/ha_spider.cc
index fe66b6e889f..48c47cdf41d 100644
--- a/storage/spider/ha_spider.cc
+++ b/storage/spider/ha_spider.cc
@@ -83,6 +83,7 @@ ha_spider::ha_spider(
spider_thread_id = 0;
trx_conn_adjustment = 0;
#if defined(HS_HAS_SQLCOM) && defined(HAVE_HANDLERSOCKET)
+#error
trx_hs_r_conn_adjustment = 0;
trx_hs_w_conn_adjustment = 0;
#endif