Improve diagnostics in order to catch MDEV-18868 and similar bugs

This commit is contained in:
Thirunarayanan Balathandayuthapani 2021-04-09 12:01:42 +05:30
commit 5a3151bcda
3 changed files with 18 additions and 8 deletions

View file

@ -326,6 +326,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