summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/handler.h')
-rw-r--r--sql/handler.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/handler.h b/sql/handler.h
index 75a15ed4c6a..a6430b345ed 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -1789,6 +1789,12 @@ struct handlerton
int (*create_partitioning_metadata)(const char *path,
const char *old_path,
chf_create_flags action_flag);
+
+ /*
+ This method is used to apply buffered bulk insert operations
+ during single statement commit operation
+ */
+ int (*bulk_insert_write)(THD *thd);
};