23#ifndef MYSQLD_INCLUDED
24#define MYSQLD_INCLUDED
80#elif MAX_INDEXES > 255
81#error "MAX_INDEXES values greater than 255 is not supported."
87#define TEST_PRINT_CACHED_TABLES 1
88#define TEST_NO_KEY_GROUP 2
89#define TEST_MIT_THREAD 4
95#define OBSOLETE_TEST_BLOCKING 8
96#define TEST_KEEP_TMP_TABLES 16
97#define TEST_READCHECK 64
98#define TEST_NO_EXTRA 128
99#define TEST_CORE_ON_SIGNAL 256
100#define TEST_NO_STACKTRACE 512
101#define TEST_SIGINT 1024
102#define TEST_SYNCHRONIZATION \
105#define TEST_DO_QUICK_LEAK_CHECK \
108#define TEST_NO_TEMP_TABLES \
111#define SPECIAL_NO_NEW_FUNC 2
112#define SPECIAL_SKIP_SHOW_DB 4
113#define SPECIAL_NO_RESOLVE 64
114#define SPECIAL_NO_HOST_CACHE 512
115#define SPECIAL_SHORT_LOG_FORMAT 1024
194extern bool opt_no_monitor;
227extern char *named_pipe_full_access_group;
228extern bool opt_enable_shared_memory;
304#if defined(HAVE_BUILD_ID_SUPPORT)
308extern const double log_10[309];
428#ifdef HAVE_PSI_INTERFACE
653#ifdef HAVE_PSI_STATEMENT_INTERFACE
698#define mysql_tmpdir (my_tmpdir(&mysql_tmpdir_list))
757#define ER(X) please_use_ER_THD_or_ER_DEFAULT_instead(X)
815 std::vector<std::string> &policy_list);
822bool update_named_pipe_full_access_group(
const char *new_group_name);
int64 query_id_t
Definition: binlog.h:71
Definition: sql_bitmap.h:137
Definition: sql_bitmap.h:40
This class implements component loading through manifest file.
Definition: sql_component.h:99
Definition: nt_servc.h:23
Definition: rpl_async_conn_failover_configuration_propagation.h:143
The class is a Rpl_filter representing global replication filters, with a vector that references all ...
Definition: rpl_filter.h:531
Class that contains functionality to monitor group member's state, role and quorum changes on all the...
Definition: rpl_io_monitor.h:125
For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:33
This class represents abstract time zone and provides basic interface for MYSQL_TIME <-> my_time_t co...
Definition: tztime.h:48
uint sync_binlog_period
Definition: binlog.cc:178
my_thread_attr_t connection_attrib
Definition: mysqld.cc:1590
char * opt_relay_logname
Definition: mysqld.h:276
bool server_id_supplied
Definition: mysqld.h:165
unsigned int PSI_cond_key
Instrumented cond key.
Definition: psi_cond_bits.h:43
unsigned int PSI_file_key
Instrumented file key.
Definition: psi_file_bits.h:47
unsigned int PSI_mutex_key
Instrumented mutex key.
Definition: psi_mutex_bits.h:51
unsigned int PSI_rwlock_key
Instrumented rwlock key.
Definition: psi_rwlock_bits.h:43
unsigned int PSI_socket_key
Instrumented socket key.
Definition: psi_socket_bits.h:48
unsigned int PSI_thread_key
Instrumented thread key.
Definition: psi_thread_bits.h:49
#define MAX_INDEXES
Definition: config.h:210
A better implementation of the UNIX ctype(3) library.
@ COM_END
Not a real command.
Definition: my_command.h:100
Common definition used by mysys, performance schema and server & client.
static constexpr int HOSTNAME_LENGTH
Definition: my_hostname.h:42
Some integer typedefs for easier portability.
unsigned long long int ulonglong
Definition: my_inttypes.h:55
int64_t int64
Definition: my_inttypes.h:67
int32_t int32
Definition: my_inttypes.h:65
uint32_t uint32
Definition: my_inttypes.h:66
Common #defines and includes for file and socket I/O.
#define FN_EXTLEN
Definition: my_io.h:81
#define FN_REFLEN
Definition: my_io.h:82
Defines various enable/disable and HAVE_ macros related to the performance schema instrumentation sys...
Functions related to handling of plugins and other dynamically loaded libraries.
#define MYSQL_PLUGIN_IMPORT
Definition: my_sharedlib.h:70
@ SQLCOM_END
Definition: my_sqlcommand.h:206
Common header for many mysys elements.
Defines to make different thread packages compatible.
pthread_attr_t my_thread_attr_t
Definition: my_thread_bits.h:48
Common definition between mysql server & client.
#define SERVER_VERSION_LENGTH
Definition: mysql_com.h:73
Instrumentation helpers for conditions.
ABI for instrumented mutexes.
Instrumentation helpers for rwlock.
bool opt_enable_named_pipe
Definition: mysqld.cc:1225
void persisted_variables_refresh_keyring_support()
Definition: mysqld.cc:1829
uint sync_relaylog_period
Definition: mysqld.h:256
PSI_file_key key_file_relaylog_index_cache
Definition: mysqld.cc:12004
PSI_cond_key key_COND_cache_status_changed
Definition: mysqld.cc:11885
PSI_mutex_key key_gtid_ensure_index_mutex
Definition: mysqld.cc:11731
ulong aborted_threads
Definition: mysqld.cc:1359
const char * mysql_real_data_home_ptr
Definition: mysqld.cc:1496
PSI_stage_info stage_making_temp_file_append_before_load_data
Definition: mysqld.cc:12075
PSI_stage_info stage_waiting_for_replica_thread_to_start
Definition: mysqld.cc:12124
PSI_stage_info stage_cleaning_up
Definition: mysqld.cc:12052
ulong opt_keyring_migration_port
Definition: mysqld.cc:1203
PSI_stage_info stage_updating
Definition: mysqld.cc:12113
bool opt_allow_suspicious_udfs
Definition: mysqld.cc:1255
PSI_stage_info stage_rename_result_table
Definition: mysqld.cc:12088
Deployed_components * g_deployed_components
This variable holds handle to the object that's responsible for loading/unloading components from man...
Definition: mysqld.cc:1381
PSI_file_key key_file_load
Definition: mysqld.cc:11990
PSI_stage_info stage_rpl_apply_row_evt_update
Definition: mysqld.cc:12107
PSI_mutex_key key_TABLE_SHARE_LOCK_ha_data
Definition: mysqld.cc:11720
PSI_stage_info stage_deleting_from_reference_tables
Definition: mysqld.cc:12061
bool opt_source_verify_checksum
Definition: mysqld.cc:1307
PSI_file_key key_file_init
Definition: mysqld.cc:11998
PSI_stage_info stage_reading_event_from_the_relay_log
Definition: mysqld.cc:12084
uint test_flags
Definition: mysqld.cc:1319
void kill_mysql(void)
Definition: mysqld.cc:2410
PSI_stage_info stage_hook_begin_trans
Definition: mysqld.cc:12134
mysql_mutex_t LOCK_replica_trans_dep_tracker
Definition: mysqld.cc:1584
bool validate_authentication_policy(char *val)
Validate @authentication_policy variable value.
Definition: mysqld.cc:4649
ulong delayed_insert_timeout
Definition: mysqld.cc:1360
mysql_mutex_t LOCK_server_started
Definition: mysqld.cc:1591
mysql_service_registry_t * srv_registry
Definition: mysqld.cc:1996
bool sha256_password_proxy_users
Definition: mysqld.h:237
bool dynamic_plugins_are_initialized
Flag indicating if dynamic plugins have been loaded.
Definition: mysqld.cc:1940
PSI_thread_key key_thread_compress_gtid_table
Definition: mysqld.cc:11958
PSI_mutex_key key_mutex_slave_parallel_worker_count
Definition: mysqld.cc:11717
void set_mysqld_partial_revokes(bool value)
Set partial_revokes with a given value.
Definition: mysqld.cc:12482
PSI_stage_info stage_closing_tables
Definition: mysqld.cc:12053
PSI_file_key key_file_trn
Definition: mysqld.cc:11997
mysql_cond_t COND_manager
Definition: sql_manager.cc:59
char * opt_keyring_migration_socket
Definition: mysqld.cc:1200
int64 query_id_t
Definition: mysqld.h:746
uint ha_open_options
Definition: mysqld.h:263
bool opt_initialize
Definition: mysqld.cc:1223
PSI_cond_key key_relay_log_info_sleep_cond
Definition: mysqld.cc:11896
ulong delay_key_write_options
Definition: mysqld.cc:1321
char * my_bind_addr_str
Definition: mysqld.cc:1157
ulonglong opt_mts_pending_jobs_size_max
Definition: mysqld.cc:1342
bool mysqld_partial_revokes()
Get status partial_revokes on server.
Definition: mysqld.cc:12472
handlerton * innodb_hton
Definition: mysqld.cc:1245
const char * show_comp_option_name[]
Definition: mysqld.cc:1028
PSI_stage_info stage_waiting_for_relay_log_space
Definition: mysqld.cc:12122
bool opt_log_replica_updates
Definition: mysqld.cc:1229
uint protocol_version
Definition: mysqld.cc:1322
PSI_mutex_key key_LOCK_delegate_connection_mutex
Definition: mysqld.cc:11740
PSI_file_key key_file_slow_log
Definition: mysqld.cc:12000
ulong opt_server_id_mask
Definition: mysqld.cc:1249
mysql_mutex_t LOCK_rotate_binlog_master_key
Definition: mysqld.cc:1613
PSI_stage_info stage_query_end
Definition: mysqld.cc:12082
PSI_mutex_key key_source_info_thd_lock
Definition: mysqld.cc:11708
bool clone_recovery_error
True, if clone recovery has failed.
Definition: mysqld.cc:1302
char * default_tz_name
Definition: mysqld.cc:1478
ulonglong temptable_max_ram
Definition: mysqld.cc:1164
PSI_stage_info stage_replica_waiting_workers_to_exit
Definition: mysqld.cc:12105
bool using_udf_functions
Definition: mysqld.cc:1188
bool mysqld_offline_mode()
Get mysqld offline mode.
Definition: mysqld.h:786
MYSQL_PLUGIN_IMPORT MY_TMPDIR mysql_tmpdir_list
Definition: mysqld.cc:1539
PSI_stage_info stage_replica_has_read_all_relay_log
Definition: mysqld.cc:12093
uint replica_rows_last_search_algorithm_used
Definition: mysqld.cc:1346
bool opt_no_dd_upgrade
Definition: mysqld.cc:1221
int init_common_variables()
Definition: mysqld.cc:4750
PSI_cond_key key_PAGE_cond
Definition: mysqld.cc:11882
ulonglong max_binlog_stmt_cache_size
Definition: mysqld.h:337
struct st_VioSSLFd * ssl_acceptor_fd
PSI_mutex_key key_LOCK_thd_data
Definition: mysqld.cc:11700
long opt_upgrade_mode
Definition: mysqld.cc:1222
char * my_admin_bind_addr_str
Definition: mysqld.cc:1158
uint sync_relayloginfo_period
Definition: mysqld.h:256
PSI_stage_info stage_statistics
Definition: mysqld.cc:12109
bool is_secure_file_path(const char *path)
Test a file path to determine if the path is compatible with the secure file path restriction.
Definition: mysqld.cc:11179
PSI_file_key key_file_general_log
Definition: mysqld.cc:11999
ulong rpl_stop_replica_timeout
Definition: mysqld.cc:1367
mysql_mutex_t LOCK_manager
Definition: sql_manager.cc:58
PSI_mutex_key key_mutex_replica_reporting_capability_err_lock
Definition: mysqld.cc:11710
PSI_mutex_key key_mutex_slave_parallel_worker
Definition: mysqld.cc:11718
char * opt_keyring_migration_source
Definition: mysqld.cc:1201
ulong opt_mts_replica_parallel_workers
Definition: mysqld.cc:1341
PSI_stage_info stage_replica_waiting_to_reconnect_after_failed_event_read
Definition: mysqld.cc:12100
char * opt_keyring_migration_user
Definition: mysqld.cc:1197
Bitmap< 64 > Key_map
Definition: mysqld.h:76
PSI_stage_info stage_worker_waiting_for_commit_parent
Definition: mysqld.cc:12130
PSI_rwlock_key key_rwlock_rpl_filter_lock
Definition: mysqld.cc:11844
const char * log_error_dest
Definition: mysqld.cc:1480
PSI_mutex_key key_source_info_run_lock
Definition: mysqld.cc:11706
PSI_file_key key_file_misc
Definition: mysqld.cc:11994
PSI_stage_info stage_copy_to_tmp_table
Definition: mysqld.cc:12057
mysql_mutex_t LOCK_global_system_variables
Definition: mysqld.cc:1559
PSI_thread_key key_thread_one_connection
Definition: mysqld.cc:11957
PSI_cond_key key_COND_active
Definition: mysqld.cc:11883
PSI_stage_info stage_updating_reference_tables
Definition: mysqld.cc:12115
const char * server_uuid_ptr
Definition: mysqld.cc:1465
bool opt_replica_compressed_protocol
Definition: mysqld.cc:1226
bool old_mode
compatibility option:
Definition: mysqld.cc:1237
PSI_cond_key key_commit_order_manager_cond
Definition: mysqld.cc:11903
PSI_mutex_key key_RELAYLOG_LOCK_index
Definition: mysqld.cc:11726
PSI_rwlock_key key_rwlock_channel_to_filter_lock
Definition: mysqld.cc:11845
PSI_stage_info stage_queueing_source_event_to_the_relay_log
Definition: mysqld.cc:12083
mysql_component_t mysql_component_mysql_server
Definition: server_component.cc:795
PSI_mutex_key key_commit_order_manager_mutex
Definition: mysqld.cc:11737
PSI_stage_info stage_update
Definition: mysqld.cc:12112
bool signal_restart_server()
Signal the server thread for restart.
Definition: mysqld.cc:2386
void my_init_signals()
Definition: mysqld.cc:3486
ulonglong replica_type_conversions_options
Definition: mysqld.cc:1340
PSI_stage_info stage_alter_inplace
Definition: mysqld.cc:12047
mysql_mutex_t LOCK_log_throttle_qni
Definition: mysqld.cc:1585
char mysql_unpacked_real_data_home[]
Definition: mysqld.cc:1487
ulong slave_trans_retries
Definition: mysqld.cc:1337
bool parse_authentication_policy(char *val, std::vector< std::string > &policy_list)
Parse @authentication_policy variable value.
Definition: mysqld.cc:4596
SHOW_VAR status_vars[]
Definition: mysqld.cc:9593
PSI_stage_info stage_checking_source_version
Definition: mysqld.cc:12050
PSI_stage_info stage_compressing_gtid_table
Definition: mysqld.cc:12054
uint mysqld_port
Definition: mysqld.h:264
ulong opt_tc_log_size
Definition: mysqld.cc:1191
PSI_stage_info stage_replica_waiting_worker_to_free_events
Definition: mysqld.cc:12103
PSI_stage_info stage_replica_waiting_to_reconnect_after_failed_binlog_dump_request
Definition: mysqld.cc:12099
uint replica_net_timeout
Definition: mysqld.cc:1338
PSI_cond_key key_source_info_data_cond
Definition: mysqld.cc:11887
handlerton * myisam_hton
Definition: mysqld.cc:1244
PSI_stage_info stage_sending_binlog_event_to_replica
Definition: mysqld.cc:12091
bool temptable_use_mmap
Definition: mysqld.cc:1166
bool opt_general_log
Definition: mysqld.cc:1178
PSI_stage_info stage_finished_reading_one_binlog_switching_to_next_binlog
Definition: mysqld.cc:12067
PSI_stage_info stage_suspending
Definition: mysqld.cc:12131
PSI_mutex_key key_LOCK_error_log
Definition: mysqld.cc:11699
PSI_file_key key_file_relaylog_index
Definition: mysqld.cc:12003
ulong table_def_size
Definition: mysqld.cc:1331
char system_time_zone_dst_off[30]
Definition: mysqld.h:299
int * get_remaining_argc()
Definition: mysqld.cc:1838
ulong connection_errors_peer_addr
Number of errors when reading the peer address.
Definition: mysqld.cc:1518
mysql_mutex_t LOCK_collect_instance_log
Definition: mysqld.cc:1596
PSI_stage_info stage_system_lock
Definition: mysqld.cc:12111
mysql_mutex_t LOCK_status
Definition: mysqld.cc:1558
ulong table_cache_size
Definition: mysqld.cc:1326
PSI_stage_info stage_replica_waiting_for_workers_to_process_queue
Definition: mysqld.cc:12098
mysql_rwlock_t LOCK_sys_init_replica
Definition: mysqld.cc:1586
std::atomic< query_id_t > atomic_global_query_id
Definition: mysqld.cc:1358
uint opt_large_page_size
Definition: mysqld.cc:1264
ulong binlog_stmt_cache_use
Definition: mysqld.cc:1365
PSI_stage_info stage_waiting_for_table_flush
Definition: mysqld.cc:12125
bool lower_case_file_system
Definition: mysqld.cc:1259
bool is_help_or_validate_option()
Check if –help option or –validate-config is specified.
Definition: mysqld.h:777
mysql_mutex_t LOCK_partial_revokes
Definition: mysqld.cc:1276
PSI_stage_info stage_replica_waiting_to_reconnect_after_failed_registration_on_source
Definition: mysqld.cc:12101
bool trust_function_creators
Definition: mysqld.h:235
PSI_stage_info stage_after_create
Definition: mysqld.cc:12045
PSI_mutex_key key_LOCK_thd_protocol
Definition: mysqld.cc:11702
PSI_mutex_key key_RELAYLOG_LOCK_log
Definition: mysqld.cc:11727
char lc_messages_dir[FN_REFLEN]
Definition: mysqld.cc:1483
PSI_stage_info stage_purging_old_relay_logs
Definition: mysqld.cc:12081
PSI_mutex_key key_RELAYLOG_LOCK_commit
Definition: mysqld.cc:11725
void thd_mem_cnt_alloc(THD *thd, size_t size, const char *key_name)
Definition: mysqld.cc:1864
mysql_cond_t COND_server_started
Definition: mysqld.cc:1592
PSI_mutex_key key_mutex_slave_parallel_pend_jobs
Definition: mysqld.cc:11716
MYSQL_PLUGIN_IMPORT struct System_variables global_system_variables
Definition: mysqld.cc:1535
const char * default_tmp_storage_engine
Definition: mysqld.cc:1163
PSI_stage_info stage_waiting_for_gtid_to_be_committed
Definition: mysqld.cc:12118
uint opt_server_id_bits
Definition: mysqld.cc:1248
PSI_stage_info stage_discard_or_import_tablespace
Definition: mysqld.cc:12062
bool opt_replica_preserve_commit_order
Definition: mysqld.cc:1344
PSI_stage_info stage_user_sleep
Definition: mysqld.cc:12116
PSI_mutex_key key_relay_log_info_sleep_lock
Definition: mysqld.cc:11712
PSI_stage_info stage_rpl_apply_row_evt_delete
Definition: mysqld.cc:12108
PSI_stage_info stage_creating_tmp_table
Definition: mysqld.cc:12059
bool opt_skip_name_resolve
Definition: mysqld.cc:1184
const char * timestamp_type_names[]
Definition: mysqld.cc:1317
const char * first_keyword
Definition: mysqld.cc:1036
PSI_mutex_key key_structure_guard_mutex
Definition: mysqld.cc:11719
MYSQL_PLUGIN_IMPORT uint reg_ext_length
Definition: mysqld.cc:1490
bool opt_debugging
Definition: mysqld.cc:1149
PSI_mutex_key key_monitor_info_run_lock
Definition: mysqld.cc:11739
LEX_STRING opt_mandatory_roles
Definition: mysqld.cc:1174
char glob_hostname[HOSTNAME_LENGTH+1]
Definition: mysqld.cc:1482
PSI_mutex_key key_LOCK_thd_security_ctx
Definition: mysqld.cc:11703
PSI_stage_info stage_waiting_to_finalize_termination
Definition: mysqld.cc:12128
mysql_mutex_t LOCK_reset_gtid_table
Definition: mysqld.cc:1593
PSI_rwlock_key key_rwlock_channel_map_lock
Definition: mysqld.cc:11841
PSI_mutex_key key_LOCK_tc
Definition: mysqld.cc:11697
PSI_stage_info stage_worker_waiting_for_its_turn_to_commit
Definition: mysqld.cc:12129
char server_uuid[UUID_LENGTH+1]
Definition: mysqld.cc:1464
PSI_cond_key key_monitor_info_run_cond
Definition: mysqld.cc:11905
char * opt_disabled_storage_engines
Definition: mysqld.cc:1247
bool opt_bin_log
Definition: mysqld.cc:1177
mysql_mutex_t LOCK_password_reuse_interval
Definition: mysqld.cc:1273
char * opt_log_error_suppression_list
Definition: mysqld.cc:1195
ulong opt_binlog_group_commit_sync_no_delay_count
Definition: mysqld.cc:1355
PSI_stage_info stage_replica_reconnecting_after_failed_event_read
Definition: mysqld.cc:12095
const mysql_service_dynamic_loader_t * dynamic_loader_srv
Definition: persistent_dynamic_loader.cc:76
std::vector< std::string > authentication_policy_list
Definition: mysqld.cc:1503
bool opt_replica_sql_verify_checksum
Definition: mysqld.cc:1308
PSI_mutex_key key_LOCK_thd_sysvar
Definition: mysqld.cc:11701
char default_logfile_name[FN_REFLEN]
Definition: mysqld.cc:1472
sigset_t mysqld_signal_mask
Definition: mysqld.cc:1589
char * opt_slow_logname
Definition: mysqld.h:275
Rpl_acf_configuration_handler * rpl_acf_configuration_handler
Definition: mysqld.cc:1531
PSI_file_key key_file_frm
Definition: mysqld.cc:11989
PSI_stage_info stage_logging_slow_query
Definition: mysqld.cc:12074
PSI_cond_key key_RELAYLOG_update_cond
Definition: mysqld.cc:11900
PSI_stage_info stage_execution_of_init_command
Definition: mysqld.cc:12065
ulonglong temptable_max_mmap
Definition: mysqld.cc:1165
bool avoid_temporal_upgrade
Compatibility option to prevent auto upgrade of old temporals during certain ALTER TABLE operations.
Definition: mysqld.cc:1415
bool opt_log_unsafe_statements
Definition: mysqld.cc:1315
MYSQL_PLUGIN_IMPORT CHARSET_INFO * files_charset_info
Definition: mysqld.cc:1541
PSI_mutex_key key_LOCK_query_plan
Definition: mysqld.cc:11721
bool opt_myisam_use_mmap
Definition: mysqld.h:185
ulong delayed_insert_limit
Definition: mysqld.cc:1360
ulong what_to_log
Definition: mysqld.cc:1333
bool opt_super_readonly
Definition: mysqld.h:208
char *** get_remaining_argv()
Definition: mysqld.cc:1840
bool migrate_connect_options
Variable to check if connection related options are set as part of keyring migration.
Definition: mysqld.cc:1204
bool opt_log_slow_extra
Definition: mysqld.cc:1182
enum_server_operational_state
Definition: mysqld.h:158
@ SERVER_OPERATING
Definition: mysqld.h:160
@ SERVER_BOOTING
Definition: mysqld.h:159
@ SERVER_SHUTTING_DOWN
Definition: mysqld.h:161
PSI_stage_info stage_replica_waiting_event_from_coordinator
Definition: mysqld.cc:12097
bool opt_validate_config
Definition: mysqld.cc:1046
thread_local MEM_ROOT ** THR_MALLOC
Definition: mysqld.cc:1556
ulong connect_timeout
Definition: mysqld.h:323
char * opt_keyring_migration_host
Definition: mysqld.cc:1198
PSI_stage_info stage_rpl_apply_row_evt_write
Definition: mysqld.cc:12106
mysql_rwlock_t LOCK_system_variables_hash
Definition: mysqld.cc:1587
void refresh_status()
Reset global and session status variables.
Definition: mysqld.cc:11637
uint mysqld_admin_port
Definition: mysqld.cc:1159
ulonglong slave_rows_search_algorithms_options
Definition: mysqld.cc:1343
PSI_stage_info stage_waiting_for_the_next_event_in_relay_log
Definition: mysqld.cc:12126
ulong tc_log_max_pages_used
Definition: mysqld.h:258
ulong open_files_limit
Definition: mysqld.cc:1336
LEX_CSTRING sql_statement_names[(uint) SQLCOM_END+1]
Definition: mysqld.cc:4502
mysql_mutex_t LOCK_default_password_lifetime
Definition: mysqld.cc:1270
struct rand_struct sql_rand
used by sql_class.cc:THD::THD()
Definition: mysqld.cc:1907
mysql_mutex_t LOCK_global_conn_mem_limit
Definition: mysqld.cc:1621
ulong tablespace_def_size
Definition: mysqld.cc:1332
bool sp_automatic_privileges
Definition: mysqld.cc:1291
PSI_stage_info stage_end
Definition: mysqld.cc:12063
PSI_stage_info stage_registering_replica_on_source
Definition: mysqld.cc:12085
void thd_mem_cnt_free(THD *thd, size_t size)
Definition: mysqld.cc:1874
size_t mysql_unpacked_real_data_home_len
Definition: mysqld.cc:1488
std::atomic< bool > offline_mode
Definition: mysqld.cc:1263
mysql_mutex_t LOCK_prepared_stmt_count
The below lock protects access to two global server variables: max_prepared_stmt_count and prepared_s...
Definition: mysqld.cc:1569
PSI_socket_key key_socket_tcpip
Definition: mysqld.cc:12246
ulong tc_log_page_size
Definition: mysqld.h:258
bool opt_local_infile
Definition: mysqld.cc:1226
char * mysql_home_ptr
Definition: mysqld.cc:1677
char * lc_messages_dir_ptr
Definition: mysqld.cc:1486
const char * server_build_id_ptr
Definition: mysqld.cc:1468
PSI_file_key key_file_relaylog
Definition: mysqld.cc:12001
PSI_statement_info sql_statement_info[(uint) SQLCOM_END+1]
Statement instrumentation keys (sql).
Definition: mysqld.cc:4537
const char * load_default_groups[]
Definition: program.cc:263
PSI_mutex_key key_mta_gaq_LOCK
Definition: mysqld.cc:11735
mysql_mutex_t LOCK_sql_replica_skip_counter
Definition: mysqld.cc:1582
mysql_mutex_t LOCK_user_conn
Definition: mysqld.cc:1559
ulong mts_parallel_option
Definition: mysqld.cc:1348
ulong prepared_stmt_count
Definition: mysqld.h:332
uint opt_mta_checkpoint_period
Definition: mysqld.h:257
handlerton * temptable_hton
Definition: mysqld.cc:1243
const char * binary_keyword
Definition: mysqld.h:371
uint default_password_lifetime
Definition: mysqld.cc:1265
PSI_cond_key key_item_func_sleep_cond
Definition: mysqld.cc:11886
bool super_read_only
Definition: mysqld.cc:1251
ulong back_log
Definition: mysqld.cc:1325
ulong stored_program_cache_size
Soft upper limit for number of sp_head objects that can be stored in the sp_cache for one connection.
Definition: mysqld.cc:1410
ulong connection_errors_internal
Number of connection errors from internal server errors.
Definition: mysqld.cc:1516
ulonglong max_binlog_cache_size
Definition: mysqld.cc:1350
PSI_stage_info stage_fulltext_initialization
Definition: mysqld.cc:12071
char * opt_log_error_services
Definition: mysqld.cc:1196
MYSQL_PLUGIN_IMPORT char server_version[SERVER_VERSION_LENGTH]
Definition: mysqld.h:689
int32_t opt_regexp_stack_limit
Definition: mysqld.cc:1294
PSI_file_key key_file_loadfile
Definition: mysqld.cc:11991
PSI_stage_info stage_verifying_table
Definition: mysqld.cc:12117
bool opt_noacl
Definition: mysqld.h:234
Time_zone * default_tz
Definition: mysqld.cc:1494
PSI_cond_key key_source_info_start_cond
Definition: mysqld.cc:11888
mysql_component_t mysql_component_performance_schema
Definition: pfs.cc:9913
enum_server_operational_state get_server_state()
Returns the current state of the server : booting, operational or shutting down.
Definition: mysqld.cc:11615
bool opt_old_style_user_limits
Definition: mysqld.cc:1281
PSI_statement_info stmt_info_rpl
Statement instrumentation key for replication.
Definition: mysqld.cc:1139
ulong slow_launch_time
Definition: mysqld.cc:1334
void gtid_server_cleanup()
GTID cleanup destroys objects and reset their pointer.
Definition: mysqld.cc:2522
PSI_stage_info stage_replica_reconnecting_after_failed_registration_on_source
Definition: mysqld.cc:12096
bool opt_character_set_client_handshake
Definition: mysqld.cc:1185
PSI_stage_info stage_source_has_sent_all_binlog_to_replica
Definition: mysqld.cc:12077
MYSQL_PLUGIN_IMPORT char * mysql_data_home
Definition: mysqld.cc:1495
PSI_file_key key_file_ERRMSG
Definition: mysqld.cc:11986
PSI_mutex_key key_LOCK_thd_query
Definition: mysqld.cc:11722
query_id_t next_query_id()
Definition: mysqld.h:753
PSI_cond_key key_COND_thr_lock
Definition: mysqld.cc:11902
PSI_cond_key key_gtid_ensure_index_cond
Definition: mysqld.cc:11901
bool opt_keyring_operations
Definition: mysqld.cc:1419
bool opt_replica_allow_batching
Definition: mysqld.cc:1231
PSI_socket_key key_socket_unix
Definition: mysqld.cc:12247
ulonglong log_output_options
Definition: mysqld.cc:1179
bool opt_persist_sensitive_variables_in_plaintext
Definition: mysqld.cc:1208
const char * mysqld_unix_port
Definition: mysqld.cc:1499
MYSQL_PLUGIN_IMPORT char pidfile_name[]
Definition: mysqld.cc:1470
mysql_mutex_t LOCK_mandatory_roles
Definition: mysqld.cc:1271
ulong binlog_stmt_cache_disk_use
Definition: mysqld.h:310
PSI_file_key key_file_log_event_data
Definition: mysqld.cc:11992
enum_binlog_error_action
Definition: mysqld.h:353
@ IGNORE_ERROR
Ignore the error and let server continue without binlogging.
Definition: mysqld.h:355
@ ABORT_SERVER
Abort the server.
Definition: mysqld.h:357
char * opt_protocol_compression_algorithms
Definition: mysqld.cc:1497
PSI_mutex_key key_RELAYLOG_LOCK_sync
Definition: mysqld.cc:11729
PSI_cond_key key_cond_slave_parallel_worker
Definition: mysqld.cc:11898
bool opt_help
Definition: mysqld.cc:1046
bool clone_startup
True, if restarted from a cloned database.
Definition: mysqld.cc:1298
MYSQL_PLUGIN_IMPORT ulong max_connections
Definition: mysqld.cc:1366
PSI_cond_key key_cond_mta_gaq
Definition: mysqld.cc:11899
PSI_mutex_key key_relay_log_info_log_space_lock
Definition: mysqld.cc:11714
PSI_stage_info stage_killing_replica
Definition: mysqld.cc:12073
struct System_status_var * get_thd_status_var(THD *thd, bool *aggregated)
Definition: mysqld.cc:1856
ulong opt_log_throttle_queries_not_using_indexes
Definition: mysqld.cc:1181
char * opt_keyring_migration_password
Definition: mysqld.cc:1199
mysql_mutex_t LOCK_crypt
Definition: mysqld.cc:1558
mysql_mutex_t LOCK_compress_gtid_table
Definition: mysqld.cc:1594
bool mysql_native_password_proxy_users
Definition: mysqld.h:236
ulong max_digest_length
Definition: sql_digest.cc:48
handlerton * heap_hton
Definition: mysqld.cc:1242
PSI_cond_key key_relay_log_info_stop_cond
Definition: mysqld.cc:11895
ulong binlog_error_action
Definition: mysqld.cc:1311
ulong stored_program_def_size
Definition: mysqld.cc:1330
PSI_mutex_key key_RELAYLOG_LOCK_log_end_pos
Definition: mysqld.cc:11728
MYSQL_PLUGIN_IMPORT int orig_argc
Definition: mysqld.h:387
bool opt_large_pages
Definition: mysqld.cc:1260
PSI_stage_info stage_flushing_relay_log_and_source_info_repository
Definition: mysqld.cc:12068
const mysql_service_dynamic_loader_scheme_file_t * scheme_file_srv
Definition: mysqld.cc:1997
static void set_connection_events_loop_aborted(bool value)
Definition: mysqld.h:765
const double log_10[309]
Definition: mysqld.cc:1423
PSI_stage_info stage_changing_source
Definition: mysqld.cc:12049
bool opt_always_activate_granted_roles
Definition: mysqld.cc:1176
Source_IO_monitor * rpl_source_io_monitor
Definition: mysqld.cc:1532
ulong binlog_stmt_cache_size
Definition: mysqld.h:336
ulong opt_log_timestamps
Definition: mysqld.cc:1318
mysql_mutex_t LOCK_authentication_policy
Definition: mysqld.cc:1619
uint select_errors
Definition: mysqld.h:263
PSI_thread_key key_thread_handle_con_admin_sockets
Definition: mysqld.cc:11960
PSI_stage_info stage_rename
Definition: mysqld.cc:12087
ulonglong global_conn_mem_limit
Definition: mysqld.cc:1374
PSI_file_key key_file_relaylog_cache
Definition: mysqld.cc:12002
char * pidfile_name_ptr
Definition: mysqld.h:277
std::atomic< int32 > atomic_replica_open_temp_tables
Definition: mysqld.cc:1335
char default_binlogfile_name[FN_REFLEN]
Definition: mysqld.cc:1473
bool opt_readonly
Definition: mysqld.h:207
ulong log_error_verbosity
Definition: mysqld.cc:1206
PSI_file_key key_file_hash_join
Definition: mysqld.cc:12006
ulong specialflag
Definition: mysqld.cc:1363
mysql_mutex_t LOCK_uuid_generator
Definition: mysqld.cc:1558
struct System_status_var global_status_var
Definition: mysqld.cc:1537
bool opt_skip_show_db
Definition: mysqld.h:174
const char * binlog_checksum_type_names[]
BINLOG_CHECKSUM variable.
Definition: log_event.cc:190
PSI_stage_info stage_communication_delegation
Definition: mysqld.cc:12140
PSI_file_key key_file_dbopt
Definition: mysqld.cc:11985
PSI_stage_info stage_waiting_for_no_channel_reference
Definition: mysqld.cc:12133
const char * default_storage_engine
Definition: mysqld.cc:1162
PSI_stage_info stage_binlog_transaction_decompress
Definition: mysqld.cc:12136
PSI_mutex_key key_RELAYLOG_LOCK_xids
Definition: mysqld.cc:11730
void set_mysqld_offline_mode(bool value)
Set offline mode with a given value.
Definition: mysqld.h:793
PSI_stage_info stage_converting_heap_to_ondisk
Definition: mysqld.cc:12056
uint host_cache_size
The size of the host_cache.
Definition: mysqld.cc:1205
PSI_thread_key key_thread_bootstrap
Definition: mysqld.cc:11955
PSI_file_key key_select_to_file
Definition: mysqld.cc:11987
MYSQL_PLUGIN_IMPORT const char * my_localhost
Definition: mysqld.cc:1037
PSI_file_key key_file_tclog
Definition: mysqld.cc:11995
const char * binlog_error_action_list[]
Definition: mysqld.cc:1312
PSI_stage_info stage_preparing
Definition: mysqld.cc:12080
PSI_file_key key_file_binlog_cache
Definition: mysqld.cc:1055
PSI_stage_info stage_setup
Definition: mysqld.cc:12092
MYSQL_PLUGIN_IMPORT char ** orig_argv
Definition: mysqld.h:388
ulong max_binlog_size
Definition: mysqld.cc:1336
mysql_cond_t COND_compress_gtid_table
Definition: mysqld.cc:1595
bool opt_large_files
Definition: mysqld.cc:1039
PSI_mutex_key key_thd_timer_mutex
Definition: mysqld.cc:11736
bool opt_require_secure_transport
Definition: mysqld.cc:1252
mysql_mutex_t LOCK_replica_net_timeout
Definition: mysqld.cc:1583
PSI_mutex_key key_LOCK_current_cond
Definition: mysqld.cc:11724
PSI_cond_key key_cond_slave_worker_hash
Definition: mysqld.cc:11904
MYSQL_PLUGIN_IMPORT std::atomic< int32 > connection_events_loop_aborted_flag
Definition: mysqld.cc:1192
MYSQL_PLUGIN_IMPORT CHARSET_INFO * table_alias_charset
Definition: mysqld.cc:1542
bool opt_table_encryption_privilege_check
Definition: mysqld.cc:1421
bool opt_log_slow_replica_statements
Definition: mysqld.h:233
bool opt_partial_revokes
Definition: mysqld.cc:1268
PSI_mutex_key key_source_info_sleep_lock
Definition: mysqld.cc:11707
PSI_mutex_key key_LOCK_group_replication_connection_mutex
Definition: mysqld.cc:11741
ulong delayed_queue_size
Definition: mysqld.h:313
bool gtid_server_init()
GTID initialization.
Definition: mysqld.cc:2547
ulonglong global_conn_mem_counter
Definition: mysqld.cc:1375
PSI_file_key key_file_binlog_index_cache
Definition: mysqld.cc:1056
long opt_binlog_group_commit_sync_delay
Definition: mysqld.cc:1354
PSI_mutex_key key_mutex_replica_worker_hash
Definition: mysqld.cc:11738
ulong opt_ssl_fips_mode
Definition: mysqld.cc:1948
char server_build_id[42]
Definition: build_id_test.cc:29
bool opt_binlog_expire_logs_auto_purge
Definition: mysqld.cc:1405
PSI_stage_info stage_init
Definition: mysqld.cc:12072
ulong locked_account_connection_count
Definition: mysqld.cc:1372
PSI_file_key key_file_binlog
Definition: mysqld.cc:11983
void reset_status_by_thd()
Definition: mysqld.cc:11686
PSI_file_key key_file_log_event_info
Definition: mysqld.cc:11993
PSI_stage_info stage_rpl_failover_wait_before_next_fetch
Definition: mysqld.cc:12139
PSI_cond_key key_source_info_sleep_cond
Definition: mysqld.cc:11890
PSI_stage_info stage_opening_tables
Definition: mysqld.cc:12078
PSI_rwlock_key key_rwlock_resource_group_mgr_map_lock
Definition: mysqld.cc:11852
CHARSET_INFO * character_set_filesystem
Definition: mysqld.cc:1543
bool check_proxy_users
Definition: mysqld.cc:1282
PSI_cond_key key_source_info_rotate_cond
Definition: mysqld.cc:11891
PSI_mutex_key key_relay_log_info_thd_lock
Definition: mysqld.cc:11713
PSI_stage_info stage_explaining
Definition: mysqld.cc:12066
char * opt_mysql_tmpdir
Definition: mysqld.cc:1500
void set_remaining_args(int argc, char **argv)
Definition: mysqld.cc:1833
ulong max_relay_log_size
Definition: mysqld.h:341
ulong binlog_row_metadata
Definition: mysqld.cc:1306
bool persisted_globals_load
Definition: mysqld.cc:1417
PSI_mutex_key key_LOG_LOCK_log
Definition: mysqld.cc:11704
PSI_mutex_key key_mta_temp_table_LOCK
Definition: mysqld.cc:11734
PSI_stage_info stage_requesting_binlog_dump
Definition: mysqld.cc:12089
PSI_mutex_key key_LOCK_cost_const
Definition: mysqld.cc:11723
bool relay_log_purge
Definition: mysqld.cc:1253
PSI_stage_info stage_deleting_from_main_table
Definition: mysqld.cc:12060
char * opt_bin_logname
Definition: mysqld.h:275
PSI_mutex_key key_relay_log_info_data_lock
Definition: mysqld.cc:11711
time_t server_start_time
Definition: mysqld.cc:1462
PSI_stage_info stage_waiting_for_source_update
Definition: mysqld.cc:12121
MYSQL_PLUGIN_IMPORT uint lower_case_table_names
Definition: mysqld.cc:1323
ulong current_pid
Definition: mysqld.cc:1399
bool locked_in_memory
Definition: mysqld.cc:1189
PSI_cond_key key_relay_log_info_log_space_cond
Definition: mysqld.cc:11893
PSI_stage_info stage_alter_inplace_commit
Definition: mysqld.cc:12048
PSI_file_key key_file_fileparser
Definition: mysqld.cc:11988
const char * in_left_expr_name
name of reference on left expression in rewritten IN subquery
Definition: mysqld.cc:1512
ulong replica_exec_mode_options
Definition: mysqld.cc:1339
enum_delay_key_write
Definition: mysqld.h:266
@ DELAY_KEY_WRITE_ON
Definition: mysqld.h:268
@ DELAY_KEY_WRITE_NONE
Definition: mysqld.h:267
@ DELAY_KEY_WRITE_ALL
Definition: mysqld.h:269
mysql_mutex_t LOCK_replica_list
Protects slave_list in rpl_source.cc; the list of currently running dump threads with metadata for th...
Definition: mysqld.cc:1575
mysql_mutex_t LOCK_error_messages
Definition: mysqld.cc:1559
bool log_bin_supplied
Definition: mysqld.cc:1460
void clean_up_mysqld_mutexes()
Definition: mysqld.cc:2490
PSI_stage_info stage_flushing_relay_log_info_file
Definition: mysqld.cc:12069
ulong binlog_expire_logs_seconds
Definition: mysqld.cc:1404
PSI_cond_key key_cond_slave_parallel_pend_jobs
Definition: mysqld.cc:11897
char * default_auth_plugin
Definition: mysqld.cc:1678
MYSQL_PLUGIN_IMPORT CHARSET_INFO * national_charset_info
Definition: mysqld.cc:1542
PSI_stage_info stage_connecting_to_source
Definition: mysqld.cc:12055
PSI_stage_info stage_rpl_failover_fetching_source_member_details
Definition: mysqld.cc:12137
PSI_stage_info stage_binlog_transaction_compress
Definition: mysqld.cc:12135
PSI_rwlock_key key_rwlock_LOCK_logger
Definition: mysqld.cc:11840
PSI_file_key key_file_trg
Definition: mysqld.cc:11996
char * opt_init_file
Definition: mysqld.cc:1484
bool relay_log_recovery
Definition: mysqld.cc:1254
PSI_rwlock_key key_rwlock_gtid_mode_lock
Definition: mysqld.cc:1095
PSI_file_key key_file_binlog_index
Definition: mysqld.cc:11984
PSI_cond_key key_COND_pool
Definition: mysqld.cc:11884
bool opt_log_queries_not_using_indexes
Definition: mysqld.cc:1180
PSI_stage_info stage_alter_inplace_prepare
Definition: mysqld.cc:12046
const char * opt_tc_log_file
Definition: mysqld.cc:1485
PSI_stage_info stage_rpl_failover_updating_source_member_details
Definition: mysqld.cc:12138
LEX_STRING opt_init_replica
Definition: mysqld.h:392
PSI_rwlock_key key_rwlock_channel_lock
Definition: mysqld.cc:11842
struct my_option my_long_early_options[]
Definition: mysqld.cc:8798
PSI_thread_key key_thread_handle_manager
Definition: mysqld.cc:11956
char * opt_keyring_migration_destination
Definition: mysqld.cc:1202
uint32 gtid_executed_compression_period
Definition: mysqld.cc:1314
PSI_stage_info stage_starting
Definition: mysqld.cc:12132
bool opt_slow_log
Definition: mysqld.h:169
ulong tc_log_page_waits
Definition: tc_log.cc:306
mysql_rwlock_t LOCK_sys_init_connect
Definition: mysqld.cc:1586
bool log_bin_use_v1_row_events
Definition: mysqld.cc:1368
struct System_variables max_system_variables
Definition: mysqld.cc:1536
char * opt_authentication_policy
Definition: mysqld.cc:1502
bool check_and_update_partial_revokes_sysvar(THD *thd)
If there exists at least one restrictions on any user, then update global variables which track the p...
Definition: mysqld.cc:12496
bool update_authentication_policy()
Update @authentication_policy variable value.
Definition: mysqld.cc:4698
const char * opt_secure_file_priv
Definition: mysqld.cc:1256
PSI_mutex_key key_source_info_data_lock
Definition: mysqld.cc:11705
bool opt_log_slow_admin_statements
Definition: mysqld.cc:1257
ulong binlog_cache_size
Definition: mysqld.cc:1349
PSI_stage_info stage_freeing_items
Definition: mysqld.cc:12070
LEX_STRING opt_init_connect
Definition: mysqld.cc:1170
ulong binlog_checksum_options
Definition: mysqld.cc:1305
mysql_mutex_t LOCK_admin_tls_ctx_options
Definition: mysqld.cc:1275
ulong expire_logs_days
Definition: mysqld.cc:1403
bool binlog_gtid_simple_recovery
Definition: mysqld.cc:1310
bool mysqld_server_started
Definition: mysqld.cc:1623
PSI_stage_info stage_waiting_for_handler_commit
Definition: mysqld.cc:12119
MYSQL_PLUGIN_IMPORT ulong server_id
Definition: mysqld.h:365
char * opt_general_logname
Definition: mysqld.cc:1663
ulong binlog_cache_use
Definition: mysqld.cc:1364
ulong max_connect_errors
Definition: mysqld.cc:1366
uint sync_masterinfo_period
Definition: mysqld.h:257
PSI_stage_info stage_searching_rows_for_update
Definition: mysqld.cc:12090
PSI_stage_info stage_creating_table
Definition: mysqld.cc:12058
ulong binlog_cache_disk_use
Definition: mysqld.h:309
ulong max_prepared_stmt_count
Limit of the total number of prepared statements in the server.
Definition: mysqld.cc:1387
ulong sql_rnd_with_mutex()
Definition: mysqld.cc:1848
ulong binlog_row_event_max_size
Definition: mysqld.cc:1304
ulong flush_time
Definition: mysqld.h:331
PSI_thread_key key_thread_parser_service
Definition: mysqld.cc:11959
PSI_stage_info stage_removing_tmp_table
Definition: mysqld.cc:12086
mysql_mutex_t LOCK_tls_ctx_options
Definition: mysqld.cc:1274
int32 opt_binlog_max_flush_queue_time
Definition: mysqld.cc:1353
PSI_stage_info stage_manage_keys
Definition: mysqld.cc:12076
PSI_mutex_key key_source_info_rotate_lock
Definition: mysqld.cc:11709
PSI_mutex_key key_hash_filo_lock
Definition: mysqld.cc:11698
bool read_only
Definition: mysqld.cc:1250
PSI_stage_info stage_sql_thd_waiting_until_delay
Definition: mysqld.cc:12110
bool opt_mandatory_roles_cache
Definition: mysqld.cc:1175
PSI_stage_info stage_executing
Definition: mysqld.cc:12064
PSI_stage_info stage_replica_reconnecting_after_failed_binlog_dump_request
Definition: mysqld.cc:12094
PSI_stage_info stage_replica_waiting_worker_queue
Definition: mysqld.cc:12102
PSI_stage_info stage_replica_waiting_worker_to_release_partition
Definition: mysqld.cc:12104
MYSQL_PLUGIN_IMPORT char mysql_real_data_home[]
Definition: mysqld.cc:1483
int32_t opt_regexp_time_limit
Definition: mysqld.cc:1293
PSI_mutex_key key_relay_log_info_run_lock
Definition: mysqld.cc:11715
ulong schema_def_size
Definition: mysqld.cc:1329
ulong replica_max_allowed_packet
Definition: mysqld.cc:1351
PSI_file_key key_file_sdi
Definition: mysqld.cc:12005
mysql_mutex_t LOCK_keyring_operations
Definition: mysqld.cc:1608
PSI_statement_info com_statement_info[(uint) COM_END+1]
Statement instrumentation keys (com).
Definition: mysqld.cc:4538
PSI_stage_info stage_waiting_for_the_replica_thread_to_advance_position
Definition: mysqld.cc:12127
uint opt_mta_checkpoint_group
Definition: mysqld.h:257
enum_replica_type_conversions
Definition: mysqld.h:199
@ REPLICA_TYPE_CONVERSIONS_ALL_UNSIGNED
Definition: mysqld.h:202
@ REPLICA_TYPE_CONVERSIONS_ALL_SIGNED
Definition: mysqld.h:203
@ REPLICA_TYPE_CONVERSIONS_ALL_NON_LOSSY
Definition: mysqld.h:201
@ REPLICA_TYPE_CONVERSIONS_ALL_LOSSY
Definition: mysqld.h:200
bool password_require_current
Definition: mysqld.cc:1266
mysql_mutex_t LOCK_password_history
Definition: mysqld.cc:1272
bool opt_general_log_raw
Definition: mysqld.h:169
bool opt_safe_user_create
Definition: mysqld.cc:1227
PSI_stage_info stage_updating_main_table
Definition: mysqld.cc:12114
PSI_socket_key key_socket_client_connection
Definition: mysqld.cc:12248
bool opt_using_transactions
Definition: mysqld.cc:1190
PSI_stage_info stage_waiting_for_source_to_send_event
Definition: mysqld.cc:12120
PSI_cond_key key_relay_log_info_data_cond
Definition: mysqld.cc:11892
Rpl_global_filter rpl_global_filter
Definition: mysqld.cc:1529
enum_slave_rows_search_algorithms
Definition: mysqld.h:211
@ SLAVE_ROWS_INDEX_SCAN
Definition: mysqld.h:213
@ SLAVE_ROWS_HASH_SCAN
Definition: mysqld.h:214
@ SLAVE_ROWS_TABLE_SCAN
Definition: mysqld.h:212
bool opt_verbose
Definition: mysql_ssl_rsa_setup.cc:127
PSI_cond_key key_source_info_stop_cond
Definition: mysqld.cc:11889
PSI_stage_info stage_checking_permissions
Definition: mysqld.cc:12051
PSI_rwlock_key key_rwlock_receiver_sid_lock
Definition: mysqld.cc:11843
PSI_stage_info stage_waiting_for_replica_mutex_on_exit
Definition: mysqld.cc:12123
PSI_cond_key key_COND_group_replication_connection_cond_var
Definition: mysqld.cc:11907
PSI_cond_key key_relay_log_info_start_cond
Definition: mysqld.cc:11894
PSI_stage_info stage_optimizing
Definition: mysqld.cc:12079
char system_time_zone_dst_on[30]
Definition: mysqld.cc:1471
MYSQL_PLUGIN_IMPORT char reg_ext[FN_EXTLEN]
Definition: mysqld.cc:1484
long tc_heuristic_recover
Definition: mysqld.cc:1324
bool connection_events_loop_aborted()
Definition: mysqld.h:760
bool opt_disable_networking
Definition: mysqld.cc:1183
bool listen_admin_interface_in_separate_thread
Definition: mysqld.cc:1160
size_t mysql_data_home_len
Definition: mysqld.cc:1489
static char * path
Definition: mysqldump.cc:133
static char * shared_memory_base_name
Definition: mysqltest.cc:192
Performance schema instrumentation interface.
Performance schema instrumentation interface.
Instrumentation helpers for mutexes.
Performance schema instrumentation interface.
Performance schema instrumentation interface.
Performance schema instrumentation interface.
Performance schema instrumentation interface.
Performance schema instrumentation interface.
NTService * get_win_service_ptr()
bool is_windows_service()
#define SERVICE_TYPE(name)
Generates the standard Service type name.
Definition: service.h:75
#define SERVICE_TYPE_NO_CONST(name)
Generates the standard Service type name.
Definition: service.h:70
Windows NT Service class library.
File containing constants that can be used throughout the server.
constexpr const size_t UUID_LENGTH
Definition: sql_const.h:263
Definition: m_ctype.h:382
The MEM_ROOT is a simple arena, where allocations are carved out of larger blocks.
Definition: my_alloc.h:82
Definition: mysql_lex_string.h:39
Definition: mysql_lex_string.h:34
Stage instrument information.
Definition: psi_stage_bits.h:73
Statement instrument information.
Definition: psi_statement_bits.h:132
SHOW STATUS Server status variable.
Definition: status_var.h:78
Per thread status variables.
Definition: system_variables.h:510
Definition: system_variables.h:202
handlerton is a singleton structure - one instance per storage engine - to provide access to storage ...
Definition: handler.h:2594
Definition: my_getopt.h:92
Carries information on the specific Component, all Service Implementations it provides,...
Definition: dynamic_loader.h:262
An instrumented cond structure.
Definition: mysql_cond_bits.h:49
An instrumented mutex structure.
Definition: mysql_mutex_bits.h:49
An instrumented rwlock structure.
Definition: mysql_rwlock_bits.h:50
Definition: mysql_com.h:1107
Definition: violite.h:254
Include file for Sun RPC to compile out of the box.
unsigned int uint
Definition: uca9-dump.cc:74