summaryrefslogtreecommitdiff
path: root/storage/spider/spd_param.h
diff options
context:
space:
mode:
authorNayuta Yanagisawa <nayuta.yanagisawa@hey.com>2022-02-10 16:51:49 +0900
committerNayuta Yanagisawa <nayuta.yanagisawa@hey.com>2022-03-31 21:43:59 +0900
commitf76da7f662f86f1ccc22095cd38721549310c882 (patch)
tree36a06f8444a4a9ecbc9fd1612d366aad5794f8a6 /storage/spider/spd_param.h
parent3eb1e11d8a68b5667193d14d718b5e672fe18fb7 (diff)
downloadmariadb-git-f76da7f662f86f1ccc22095cd38721549310c882.tar.gz
MDEV-27474 Spider: remove #WITH_PARTITION_STORAGE_ENGINE
"#ifdef WITH_PARTITION_STORAGE_ENGINE ... #endif" appears frequently in the Spider code base. However, there is no need to maintain such ifdefs because Spider is disabled if the partitioning engine is disabled.
Diffstat (limited to 'storage/spider/spd_param.h')
-rw-r--r--storage/spider/spd_param.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/storage/spider/spd_param.h b/storage/spider/spd_param.h
index 8b544447310..0c5392e302a 100644
--- a/storage/spider/spd_param.h
+++ b/storage/spider/spd_param.h
@@ -210,12 +210,10 @@ int spider_param_crd_mode(
THD *thd,
int crd_mode
);
-#ifdef WITH_PARTITION_STORAGE_ENGINE
int spider_param_crd_sync(
THD *thd,
int crd_sync
);
-#endif
int spider_param_crd_type(
THD *thd,
int crd_type
@@ -236,12 +234,10 @@ int spider_param_sts_mode(
THD *thd,
int sts_mode
);
-#ifdef WITH_PARTITION_STORAGE_ENGINE
int spider_param_sts_sync(
THD *thd,
int sts_sync
);
-#endif
int spider_param_sts_bg_mode(
THD *thd,
int sts_bg_mode