diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2021-04-09 14:32:06 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2021-04-09 14:32:06 +0300 |
commit | 450c017c2d9e490d92c949d5164b4a99b6b3f5db (patch) | |
tree | e050b47636fe0c2019fe38fadee8d763c211ba3f /storage/innobase/include | |
parent | 4c80dcda46e4183df00f9fdb35ed08975e55e8f8 (diff) | |
parent | 5a3151bcda2f279091a1e2f049a7d11cd91065d6 (diff) | |
download | mariadb-git-450c017c2d9e490d92c949d5164b4a99b6b3f5db.tar.gz |
Merge 10.2 into 10.3
Diffstat (limited to 'storage/innobase/include')
-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 |