summaryrefslogtreecommitdiff
path: root/storage/innobase/include/row0mysql.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/row0mysql.h')
-rw-r--r--storage/innobase/include/row0mysql.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/storage/innobase/include/row0mysql.h b/storage/innobase/include/row0mysql.h
index cabca5699c4..c5c96818d04 100644
--- a/storage/innobase/include/row0mysql.h
+++ b/storage/innobase/include/row0mysql.h
@@ -828,6 +828,10 @@ struct row_prebuilt_t {
0 if and only if idx_cond == NULL. */
/*----------------------*/
+ void* pk_filter; /*!< In PK-filters, pointer to a ha_innobase,
+ passed to innobase_pk_filter().
+ NULL if no PK-filter is pushed. */
+
/*----------------------*/
rtr_info_t* rtr_info; /*!< R-tree Search Info */
/*----------------------*/