MySQL 9.0.0
Source Code Documentation
sdi_key_t Struct Reference

Key to identify a dictionary object. More...

#include <handler.h>

Public Attributes

uint32 type
 Type of Object, For ex: column, index, etc. More...
 
uint64 id
 Object id which should be unique in tablespsace. More...
 

Detailed Description

Key to identify a dictionary object.

Member Data Documentation

◆ id

uint64 sdi_key_t::id

Object id which should be unique in tablespsace.

◆ type

uint32 sdi_key_t::type

Type of Object, For ex: column, index, etc.


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