MySQL 8.3.0
Source Code Documentation
ib_rbt_bound_t Struct Reference

The result of searching for a key in the tree, this is useful for a speedy lookup and insert if key doesn't exist. More...

#include <ut0rbt.h>

Public Attributes

const ib_rbt_node_tlast
 
int result
 

Detailed Description

The result of searching for a key in the tree, this is useful for a speedy lookup and insert if key doesn't exist.

Member Data Documentation

◆ last

const ib_rbt_node_t* ib_rbt_bound_t::last

◆ result

int ib_rbt_bound_t::result

The documentation for this struct was generated from the following file: