MySQL 9.1.0
Source Code Documentation
anonymous_namespace{derived_keys.cc}::GetDerivedKeyResult Struct Reference

Result type for GetDerivedKey. More...

Public Attributes

TABLE_SHAREshare
 The TABLE_SHARE that the key belongs to. More...
 
int key
 The key index. More...
 

Detailed Description

Result type for GetDerivedKey.

Member Data Documentation

◆ key

int anonymous_namespace{derived_keys.cc}::GetDerivedKeyResult::key

The key index.

◆ share

TABLE_SHARE* anonymous_namespace{derived_keys.cc}::GetDerivedKeyResult::share

The TABLE_SHARE that the key belongs to.


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