summaryrefslogtreecommitdiff
path: root/storage/spider/ha_spider.h
diff options
context:
space:
mode:
authorKentoku SHIBA <kentokushiba@gmail.com>2020-03-03 08:11:46 +0900
committerKentoku SHIBA <kentokushiba@gmail.com>2020-06-05 17:30:00 +0900
commit94861b83f409c9e1814a9388fff73a1146540ce4 (patch)
tree285775d715f1ca4cca2aad5e49403389102616b2 /storage/spider/ha_spider.h
parent23c8adda74935211ca8f8a50676cf4f94e9215fb (diff)
downloadmariadb-git-94861b83f409c9e1814a9388fff73a1146540ce4.tar.gz
prepare for adding new connectors for Spider
Conflicts: storage/spider/spd_conn.cc
Diffstat (limited to 'storage/spider/ha_spider.h')
-rw-r--r--storage/spider/ha_spider.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/storage/spider/ha_spider.h b/storage/spider/ha_spider.h
index d5645f25a0a..13bbacf0b0e 100644
--- a/storage/spider/ha_spider.h
+++ b/storage/spider/ha_spider.h
@@ -585,6 +585,11 @@ public:
);
#endif
#ifdef HANDLER_HAS_DIRECT_UPDATE_ROWS
+ bool check_direct_update_sql_part(
+ st_select_lex *select_lex,
+ longlong select_limit,
+ longlong offset_limit
+ );
#ifdef HANDLER_HAS_DIRECT_UPDATE_ROWS_WITH_HS
#ifdef SPIDER_MDEV_16246
inline int direct_update_rows_init(
@@ -709,6 +714,11 @@ public:
const uchar *buf
);
#ifdef HANDLER_HAS_DIRECT_UPDATE_ROWS
+ bool check_direct_delete_sql_part(
+ st_select_lex *select_lex,
+ longlong select_limit,
+ longlong offset_limit
+ );
#ifdef HANDLER_HAS_DIRECT_UPDATE_ROWS_WITH_HS
inline int direct_delete_rows_init()
{