diff options
Diffstat (limited to 'storage/innobase/include/btr0bulk.h')
-rw-r--r-- | storage/innobase/include/btr0bulk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/innobase/include/btr0bulk.h b/storage/innobase/include/btr0bulk.h index 171e565da85..afce691de23 100644 --- a/storage/innobase/include/btr0bulk.h +++ b/storage/innobase/include/btr0bulk.h @@ -328,6 +328,8 @@ public: /** Re-latch all latches */ void latch(); + dict_index_t* index() { return m_index; } + private: /** Insert a tuple to a page in a level @param[in] tuple tuple to insert |