MySQL 9.1.0
Source Code Documentation
|
Result type for GetDerivedKey. More...
Public Attributes | |
TABLE_SHARE * | share |
The TABLE_SHARE that the key belongs to. More... | |
int | key |
The key index. More... | |
Result type for GetDerivedKey.
int anonymous_namespace{derived_keys.cc}::GetDerivedKeyResult::key |
The key index.
TABLE_SHARE* anonymous_namespace{derived_keys.cc}::GetDerivedKeyResult::share |
The TABLE_SHARE that the key belongs to.