summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/handler.h')
-rw-r--r--sql/handler.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/handler.h b/sql/handler.h
index ad6b4d54eac..9b7f7c67b86 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -4749,6 +4749,10 @@ private:
return HA_ERR_WRONG_COMMAND;
}
+ int period_row_del_fk_check(const uchar *record);
+ int period_row_ins_fk_check(const uchar *record);
+ int period_row_upd_fk_check(const uchar *old_data, const uchar *new_data);
+
/* Perform initialization for a direct update request */
public:
int ha_direct_update_rows(ha_rows *update_rows, ha_rows *found_rows);