summaryrefslogtreecommitdiff
path: root/storage/spider/spd_db_include.h
diff options
context:
space:
mode:
authorNayuta Yanagisawa <nayuta.yanagisawa@hey.com>2022-05-27 08:55:42 +0900
committerYuchen Pei <yuchen.pei@mariadb.com>2023-03-23 10:07:52 +1100
commit22392b36ee84f1c08495eb59ece87d8d1df337ef (patch)
treec91ea0a34a66c0c2651561444d5a463a6fca8307 /storage/spider/spd_db_include.h
parentbdcb2ae5097eb66b3e9a725890bb8d11283e678a (diff)
downloadmariadb-git-22392b36ee84f1c08495eb59ece87d8d1df337ef.tar.gz
MDEV-28522 Delete constant SPIDER_SQL_TYPE_*_HSbb-11.1-mdev-28522
The HandlerSocket support of Spider has been deleted by MDEV-26858. Thus, the constants, SPIDER_SQL_TYPE_*_HS, are no longer necessary.
Diffstat (limited to 'storage/spider/spd_db_include.h')
-rw-r--r--storage/spider/spd_db_include.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/storage/spider/spd_db_include.h b/storage/spider/spd_db_include.h
index 8b2ebb821df..3c7b3892c02 100644
--- a/storage/spider/spd_db_include.h
+++ b/storage/spider/spd_db_include.h
@@ -176,11 +176,6 @@ typedef st_spider_result SPIDER_RESULT;
#define SPIDER_SQL_TYPE_TMP_SQL (1 << 5)
#define SPIDER_SQL_TYPE_DROP_TMP_TABLE_SQL (1 << 6)
#define SPIDER_SQL_TYPE_OTHER_SQL (1 << 7)
-#define SPIDER_SQL_TYPE_SELECT_HS (1 << 9)
-#define SPIDER_SQL_TYPE_INSERT_HS (1 << 10)
-#define SPIDER_SQL_TYPE_UPDATE_HS (1 << 11)
-#define SPIDER_SQL_TYPE_DELETE_HS (1 << 12)
-#define SPIDER_SQL_TYPE_OTHER_HS (1 << 13)
enum spider_bulk_upd_start {
SPD_BU_NOT_START,