MySQL 8.3.0
Source Code Documentation
terminology_use_previous::compatible_name_t Struct Reference

Encapsulates a <name, version> pair, holding an instrumentation name, and the version before which it was in use by the server. More...

#include <terminology_use_previous.h>

Public Attributes

const char * old_name
 The old name, for an instrumentation name that was changed in some server release. More...
 
enum_compatibility_version version
 The version where the name was changed. More...
 

Detailed Description

Encapsulates a <name, version> pair, holding an instrumentation name, and the version before which it was in use by the server.

Member Data Documentation

◆ old_name

const char* terminology_use_previous::compatible_name_t::old_name

The old name, for an instrumentation name that was changed in some server release.

◆ version

enum_compatibility_version terminology_use_previous::compatible_name_t::version

The version where the name was changed.


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