MySQL 9.1.0
Source Code Documentation
|
An ALTER INDEX operation that changes the visibility of an index. More...
#include <sql_alter.h>
Public Member Functions | |
Alter_index_visibility (const char *name, bool is_visible) | |
const char * | name () const |
bool | is_visible () const |
The visibility after the operation is performed. More... | |
Private Attributes | |
const char * | m_name |
bool | m_is_visible |
An ALTER INDEX operation that changes the visibility of an index.
|
inline |
|
inline |
The visibility after the operation is performed.
|
inline |
|
private |
|
private |