summaryrefslogtreecommitdiff
path: root/include/my_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/my_base.h')
-rw-r--r--include/my_base.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/my_base.h b/include/my_base.h
index dc5b135628f..81d32847b64 100644
--- a/include/my_base.h
+++ b/include/my_base.h
@@ -219,7 +219,9 @@ enum ha_extra_function {
/** Finish writing rows during ALTER TABLE...ALGORITHM=COPY. */
HA_EXTRA_END_ALTER_COPY,
/** Fake the start of a statement after wsrep_load_data_splitting hack */
- HA_EXTRA_FAKE_START_STMT
+ HA_EXTRA_FAKE_START_STMT,
+ /** IGNORE is being used for the insert statement */
+ HA_EXTRA_IGNORE_INSERT
};
/* Compatible option, to be deleted in 6.0 */