summaryrefslogtreecommitdiff
path: root/storage/spider/spd_include.h
diff options
context:
space:
mode:
authorKentoku SHIBA <kentokushiba@gmail.com>2013-09-30 05:11:44 +0900
committerKentoku SHIBA <kentokushiba@gmail.com>2013-09-30 05:11:44 +0900
commit0b914b39ef07cf519fdb95ad528ab5bdf07e129a (patch)
treeb08e8607bea9b4c533a481687e8038faf1c64c49 /storage/spider/spd_include.h
parente980797da35449feaa425e1830f86ba10d70e19b (diff)
downloadmariadb-git-0b914b39ef07cf519fdb95ad528ab5bdf07e129a.tar.gz
fix MEDV-4736 Assertion `! is_set()' fails in Diagnostics_area::set_ok_status on UPDATE which violates constraint on a remote table
Diffstat (limited to 'storage/spider/spd_include.h')
-rw-r--r--storage/spider/spd_include.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/storage/spider/spd_include.h b/storage/spider/spd_include.h
index 9eaeeb99139..aafaf7f51db 100644
--- a/storage/spider/spd_include.h
+++ b/storage/spider/spd_include.h
@@ -728,6 +728,12 @@ typedef struct st_spider_share
#ifdef HA_CAN_BULK_ACCESS
int bulk_access_free;
#endif
+#ifdef HA_CAN_FORCE_BULK_UPDATE
+ int force_bulk_update;
+#endif
+#ifdef HA_CAN_FORCE_BULK_DELETE
+ int force_bulk_delete;
+#endif
int bka_mode;
char *bka_engine;