mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Improve diagnostics in order to catch MDEV-18868 and similar bugs
This commit is contained in:
parent
c6d0531cad
commit
5a3151bcda
3 changed files with 18 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue