#include <assert.h>
#include <stddef.h>
#include <set>
#include "lex_string.h"
#include "my_sqlcommand.h"
#include "sql/histograms/histogram.h"
#include "sql/mem_root_allocator.h"
#include "sql/sql_cmd.h"
#include "sql/sql_cmd_ddl_table.h"
#include "sql/sql_plugin_ref.h"
 
Go to the source code of this file.
 | 
| enum class   | role_enum { ROLE_NONE
, ROLE_DEFAULT
, ROLE_ALL
, ROLE_NAME
 } | 
|   | 
| enum   | alter_instance_action_enum {  
  ROTATE_INNODB_MASTER_KEY
, ALTER_INSTANCE_RELOAD_TLS
, ALTER_INSTANCE_RELOAD_TLS_ROLLBACK_ON_ERROR
, ROTATE_BINLOG_MASTER_KEY
,  
  ALTER_INSTANCE_ENABLE_INNODB_REDO
, ALTER_INSTANCE_DISABLE_INNODB_REDO
, RELOAD_KEYRING
, LAST_ACTION
 
 } | 
|   | 
◆ SQL_ADMIN_MSG_TEXT_SIZE
      
        
          | #define SQL_ADMIN_MSG_TEXT_SIZE   128 * 1024 | 
        
      
 
 
◆ alter_instance_action_enum
| Enumerator | 
|---|
| ROTATE_INNODB_MASTER_KEY  |  | 
| ALTER_INSTANCE_RELOAD_TLS  |  | 
| ALTER_INSTANCE_RELOAD_TLS_ROLLBACK_ON_ERROR  |  | 
| ROTATE_BINLOG_MASTER_KEY  |  | 
| ALTER_INSTANCE_ENABLE_INNODB_REDO  |  | 
| ALTER_INSTANCE_DISABLE_INNODB_REDO  |  | 
| RELOAD_KEYRING  |  | 
| LAST_ACTION  |  | 
 
 
◆ role_enum
| Enumerator | 
|---|
| ROLE_NONE  |  | 
| ROLE_DEFAULT  |  | 
| ROLE_ALL  |  | 
| ROLE_NAME  |  |