24#ifndef MYSQLD_INCLUDED
25#define MYSQLD_INCLUDED
82#elif MAX_INDEXES > 255
83#error "MAX_INDEXES values greater than 255 is not supported."
89#define TEST_PRINT_CACHED_TABLES 1
90#define TEST_NO_KEY_GROUP 2
91#define TEST_MIT_THREAD 4
97#define OBSOLETE_TEST_BLOCKING 8
98#define TEST_KEEP_TMP_TABLES 16
99#define TEST_READCHECK 64
100#define TEST_NO_EXTRA 128
101#define TEST_CORE_ON_SIGNAL 256
102#define TEST_NO_STACKTRACE 512
103#define TEST_SIGINT 1024
104#define TEST_SYNCHRONIZATION \
107#define TEST_DO_QUICK_LEAK_CHECK \
110#define TEST_NO_TEMP_TABLES \
113#define SPECIAL_NO_NEW_FUNC 2
114#define SPECIAL_SKIP_SHOW_DB 4
115#define SPECIAL_NO_RESOLVE 64
116#define SPECIAL_SHORT_LOG_FORMAT 1024
189extern bool opt_no_monitor;
215extern char *named_pipe_full_access_group;
216extern bool opt_enable_shared_memory;
289#if defined(HAVE_BUILD_ID_SUPPORT)
293extern const double log_10[309];
401extern std::atomic<long>
418#ifdef HAVE_PSI_INTERFACE
643#ifdef HAVE_PSI_STATEMENT_INTERFACE
690#define mysql_tmpdir (my_tmpdir(&mysql_tmpdir_list))
752#define ER(X) please_use_ER_THD_or_ER_DEFAULT_instead(X)
813bool update_named_pipe_full_access_group(
const char *new_group_name);
int64 query_id_t
Definition: binlog.h:72
Definition: sql_bitmap.h:154
Definition: sql_bitmap.h:43
This class implements component loading through manifest file.
Definition: sql_component.h:100
Definition: nt_servc.h:23
Definition: rpl_async_conn_failover_configuration_propagation.h:144
The class is a Rpl_filter representing global replication filters, with a vector that references all ...
Definition: rpl_filter.h:533
Class that contains functionality to monitor group member's state, role and quorum changes on all the...
Definition: rpl_io_monitor.h:126
For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:36
This class represents abstract time zone and provides basic interface for MYSQL_TIME <-> my_time_t co...
Definition: tztime.h:49
uint sync_binlog_period
Definition: binlog.cc:190
my_thread_attr_t connection_attrib
Definition: mysqld.cc:1623
char * opt_relay_logname
Definition: mysqld.h:261
bool server_id_supplied
Definition: mysqld.h:161
unsigned int PSI_cond_key
Instrumented cond key.
Definition: psi_cond_bits.h:44
unsigned int PSI_file_key
Instrumented file key.
Definition: psi_file_bits.h:48
unsigned int PSI_mutex_key
Instrumented mutex key.
Definition: psi_mutex_bits.h:52
unsigned int PSI_rwlock_key
Instrumented rwlock key.
Definition: psi_rwlock_bits.h:44
unsigned int PSI_socket_key
Instrumented socket key.
Definition: psi_socket_bits.h:49
unsigned int PSI_thread_key
Instrumented thread key.
Definition: psi_thread_bits.h:50
A better implementation of the UNIX ctype(3) library.
@ COM_END
Not a real command.
Definition: my_command.h:102
#define MAX_INDEXES
Definition: my_config.h:210
Common definition used by mysys, performance schema and server & client.
static constexpr int HOSTNAME_LENGTH
Definition: my_hostname.h:43
Some integer typedefs for easier portability.
unsigned long long int ulonglong
Definition: my_inttypes.h:56
int64_t int64
Definition: my_inttypes.h:68
int32_t int32
Definition: my_inttypes.h:66
uint32_t uint32
Definition: my_inttypes.h:67
Common #defines and includes for file and socket I/O.
#define FN_EXTLEN
Definition: my_io.h:86
#define FN_REFLEN
Definition: my_io.h:87
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:71
@ SQLCOM_END
Definition: my_sqlcommand.h:213
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:49
Common definition between mysql server & client.
#define SERVER_VERSION_LENGTH
Definition: mysql_com.h:74
Instrumentation helpers for conditions.
ABI for instrumented mutexes.
Instrumentation helpers for rwlock.
bool opt_enable_named_pipe
Definition: mysqld.cc:1271
void persisted_variables_refresh_keyring_support()
Definition: mysqld.cc:1868
uint sync_relaylog_period
Definition: mysqld.h:241
PSI_file_key key_file_relaylog_index_cache
Definition: mysqld.cc:14243
PSI_cond_key key_COND_cache_status_changed
Definition: mysqld.cc:14123
PSI_mutex_key key_gtid_ensure_index_mutex
Definition: mysqld.cc:13969
ulong aborted_threads
Definition: mysqld.cc:1399
const char * mysql_real_data_home_ptr
Definition: mysqld.cc:1536
PSI_stage_info stage_flushing_applier_metadata
Definition: mysqld.cc:14308
PSI_stage_info stage_making_temp_file_append_before_load_data
Definition: mysqld.cc:14314
PSI_stage_info stage_waiting_for_replica_thread_to_start
Definition: mysqld.cc:14363
PSI_stage_info stage_cleaning_up
Definition: mysqld.cc:14291
ulong opt_keyring_migration_port
Definition: mysqld.cc:1246
PSI_stage_info stage_updating
Definition: mysqld.cc:14352
bool opt_allow_suspicious_udfs
Definition: mysqld.cc:1296
PSI_stage_info stage_rename_result_table
Definition: mysqld.cc:14327
ulonglong conn_memory_status_limit
Definition: mysqld.cc:1417
Deployed_components * g_deployed_components
This variable holds handle to the object that's responsible for loading/unloading components from man...
Definition: mysqld.cc:1424
PSI_file_key key_file_load
Definition: mysqld.cc:14229
PSI_stage_info stage_rpl_apply_row_evt_update
Definition: mysqld.cc:14346
PSI_mutex_key key_TABLE_SHARE_LOCK_ha_data
Definition: mysqld.cc:13958
mysql_service_registry_query_t * srv_registry_query
Definition: mysqld.cc:2035
PSI_stage_info stage_deleting_from_reference_tables
Definition: mysqld.cc:14300
bool opt_source_verify_checksum
Definition: mysqld.cc:1347
PSI_file_key key_file_init
Definition: mysqld.cc:14237
PSI_stage_info stage_reading_event_from_the_relay_log
Definition: mysqld.cc:14323
struct aggregated_stats global_aggregated_stats
Definition: mysqld.cc:1570
uint test_flags
Definition: mysqld.cc:1359
void kill_mysql(void)
Definition: mysqld.cc:2552
PSI_stage_info stage_hook_begin_trans
Definition: mysqld.cc:14373
mysql_mutex_t LOCK_replica_trans_dep_tracker
Definition: mysqld.cc:1617
ulong delayed_insert_timeout
Definition: mysqld.cc:1400
mysql_mutex_t LOCK_server_started
Definition: mysqld.cc:1624
mysql_service_registry_t * srv_registry
Definition: mysqld.cc:2031
bool sha256_password_proxy_users
Definition: mysqld.h:224
bool dynamic_plugins_are_initialized
Flag indicating if dynamic plugins have been loaded.
Definition: mysqld.cc:1977
PSI_thread_key key_thread_compress_gtid_table
Definition: mysqld.cc:14195
PSI_mutex_key key_mutex_slave_parallel_worker_count
Definition: mysqld.cc:13955
void set_mysqld_partial_revokes(bool value)
Set partial_revokes with a given value.
Definition: mysqld.cc:14725
PSI_stage_info stage_closing_tables
Definition: mysqld.cc:14292
PSI_file_key key_file_trn
Definition: mysqld.cc:14236
mysql_cond_t COND_manager
Definition: sql_manager.cc:60
char * opt_keyring_migration_socket
Definition: mysqld.cc:1243
int64 query_id_t
Definition: mysqld.h:741
uint ha_open_options
Definition: mysqld.h:248
bool opt_initialize
Definition: mysqld.cc:1269
PSI_cond_key key_relay_log_info_sleep_cond
Definition: mysqld.cc:14134
ulong delay_key_write_options
Definition: mysqld.cc:1361
char * my_bind_addr_str
Definition: mysqld.cc:1200
ulonglong opt_mts_pending_jobs_size_max
Definition: mysqld.cc:1384
bool mysqld_partial_revokes()
Get status partial_revokes on server.
Definition: mysqld.cc:14715
handlerton * innodb_hton
Definition: mysqld.cc:1286
const char * show_comp_option_name[]
Definition: mysqld.cc:1068
PSI_stage_info stage_waiting_for_relay_log_space
Definition: mysqld.cc:14361
bool opt_log_replica_updates
Definition: mysqld.cc:1275
uint protocol_version
Definition: mysqld.cc:1362
PSI_mutex_key key_LOCK_delegate_connection_mutex
Definition: mysqld.cc:13977
PSI_file_key key_file_slow_log
Definition: mysqld.cc:14239
ulong opt_server_id_mask
Definition: mysqld.cc:1290
mysql_mutex_t LOCK_rotate_binlog_master_key
Definition: mysqld.cc:1648
PSI_stage_info stage_query_end
Definition: mysqld.cc:14321
PSI_mutex_key key_source_info_thd_lock
Definition: mysqld.cc:13946
bool clone_recovery_error
True, if clone recovery has failed.
Definition: mysqld.cc:1342
char * default_tz_name
Definition: mysqld.cc:1515
MYSQL_PLUGIN_IMPORT bool mysqld_server_started
Definition: mysqld.h:370
ulonglong temptable_max_ram
Definition: mysqld.cc:1208
PSI_stage_info stage_replica_waiting_workers_to_exit
Definition: mysqld.cc:14344
bool using_udf_functions
Definition: mysqld.cc:1231
bool mysqld_offline_mode()
Get mysqld offline mode.
Definition: mysqld.h:781
MYSQL_PLUGIN_IMPORT MY_TMPDIR mysql_tmpdir_list
Definition: mysqld.cc:1572
PSI_stage_info stage_replica_has_read_all_relay_log
Definition: mysqld.cc:14332
uint replica_rows_last_search_algorithm_used
Definition: mysqld.cc:1387
int init_common_variables()
Definition: mysqld.cc:6610
PSI_cond_key key_PAGE_cond
Definition: mysqld.cc:14120
ulonglong max_binlog_stmt_cache_size
Definition: mysqld.h:321
struct st_VioSSLFd * ssl_acceptor_fd
PSI_mutex_key key_LOCK_thd_data
Definition: mysqld.cc:13938
long opt_upgrade_mode
Definition: mysqld.cc:1267
char * my_admin_bind_addr_str
Definition: mysqld.cc:1201
uint sync_relayloginfo_period
Definition: mysqld.h:241
PSI_stage_info stage_statistics
Definition: mysqld.cc:14348
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:13470
PSI_file_key key_file_general_log
Definition: mysqld.cc:14238
ulong rpl_stop_replica_timeout
Definition: mysqld.cc:1407
mysql_mutex_t LOCK_manager
Definition: sql_manager.cc:59
PSI_mutex_key key_mutex_replica_reporting_capability_err_lock
Definition: mysqld.cc:13948
PSI_mutex_key key_mutex_slave_parallel_worker
Definition: mysqld.cc:13956
char * opt_keyring_migration_source
Definition: mysqld.cc:1244
ulong opt_mts_replica_parallel_workers
Definition: mysqld.cc:1383
PSI_stage_info stage_replica_waiting_to_reconnect_after_failed_event_read
Definition: mysqld.cc:14339
char * opt_keyring_migration_user
Definition: mysqld.cc:1240
Bitmap< 64 > Key_map
Definition: mysqld.h:78
PSI_stage_info stage_worker_waiting_for_commit_parent
Definition: mysqld.cc:14369
PSI_rwlock_key key_rwlock_rpl_filter_lock
Definition: mysqld.cc:14081
const char * log_error_dest
Definition: mysqld.cc:1518
PSI_mutex_key key_source_info_run_lock
Definition: mysqld.cc:13944
PSI_file_key key_file_misc
Definition: router_mysqlclient_exports.cc:29
PSI_stage_info stage_copy_to_tmp_table
Definition: mysqld.cc:14296
mysql_mutex_t LOCK_global_system_variables
Definition: mysqld.cc:1592
PSI_thread_key key_thread_one_connection
Definition: mysqld.cc:14194
PSI_cond_key key_COND_active
Definition: mysqld.cc:14121
PSI_stage_info stage_updating_reference_tables
Definition: mysqld.cc:14354
const char * server_uuid_ptr
Definition: mysqld.cc:1502
bool opt_replica_compressed_protocol
Definition: mysqld.cc:1272
PSI_cond_key key_commit_order_manager_cond
Definition: mysqld.cc:14141
PSI_mutex_key key_RELAYLOG_LOCK_index
Definition: mysqld.cc:13964
PSI_rwlock_key key_rwlock_channel_to_filter_lock
Definition: mysqld.cc:14082
PSI_stage_info stage_queueing_source_event_to_the_relay_log
Definition: mysqld.cc:14322
mysql_component_t mysql_component_mysql_server
Definition: server_component.cc:1242
PSI_mutex_key key_commit_order_manager_mutex
Definition: mysqld.cc:13975
PSI_stage_info stage_update
Definition: mysqld.cc:14351
bool signal_restart_server()
Signal the server thread for restart.
Definition: mysqld.cc:2528
void my_init_signals()
Definition: mysqld.cc:3695
ulonglong replica_type_conversions_options
Definition: mysqld.cc:1382
PSI_stage_info stage_alter_inplace
Definition: mysqld.cc:14286
mysql_mutex_t LOCK_log_throttle_qni
Definition: mysqld.cc:1618
char mysql_unpacked_real_data_home[]
Definition: mysqld.cc:1527
ulong slave_trans_retries
Definition: mysqld.cc:1379
SHOW_VAR status_vars[]
Definition: mysqld.cc:11655
PSI_stage_info stage_checking_source_version
Definition: mysqld.cc:14289
PSI_stage_info stage_compressing_gtid_table
Definition: mysqld.cc:14293
uint mysqld_port
Definition: mysqld.h:249
ulong opt_tc_log_size
Definition: mysqld.cc:1234
PSI_stage_info stage_replica_waiting_worker_to_free_events
Definition: mysqld.cc:14342
PSI_stage_info stage_replica_waiting_to_reconnect_after_failed_binlog_dump_request
Definition: mysqld.cc:14338
uint replica_net_timeout
Definition: mysqld.cc:1380
PSI_cond_key key_source_info_data_cond
Definition: mysqld.cc:14125
handlerton * myisam_hton
Definition: mysqld.cc:1285
PSI_stage_info stage_sending_binlog_event_to_replica
Definition: mysqld.cc:14330
bool opt_general_log
Definition: mysqld.cc:1222
PSI_stage_info stage_finished_reading_one_binlog_switching_to_next_binlog
Definition: mysqld.cc:14306
PSI_stage_info stage_suspending
Definition: mysqld.cc:14370
PSI_mutex_key key_LOCK_error_log
Definition: mysqld.cc:13937
PSI_file_key key_file_relaylog_index
Definition: mysqld.cc:14242
ulong table_def_size
Definition: mysqld.cc:1373
char system_time_zone_dst_off[30]
Definition: mysqld.h:284
int * get_remaining_argc()
Definition: mysqld.cc:1877
ulong connection_errors_peer_addr
Number of errors when reading the peer address.
Definition: mysqld.cc:1550
mysql_mutex_t LOCK_collect_instance_log
Definition: mysqld.cc:1629
PSI_stage_info stage_system_lock
Definition: mysqld.cc:14350
mysql_mutex_t LOCK_status
Definition: mysqld.cc:1591
ulong table_cache_size
Definition: mysqld.cc:1366
PSI_stage_info stage_replica_waiting_for_workers_to_process_queue
Definition: mysqld.cc:14337
mysql_rwlock_t LOCK_sys_init_replica
Definition: mysqld.cc:1619
std::atomic< query_id_t > atomic_global_query_id
Definition: mysqld.cc:1398
uint opt_large_page_size
Definition: mysqld.cc:1305
ulong binlog_stmt_cache_use
Definition: mysqld.cc:1405
bool log_diagnostic_enable
Definition: mysqld.cc:1520
PSI_stage_info stage_waiting_for_table_flush
Definition: mysqld.cc:14364
bool lower_case_file_system
Definition: mysqld.cc:1300
bool is_help_or_validate_option()
Check if –help option or –validate-config is specified.
Definition: mysqld.h:772
mysql_mutex_t LOCK_partial_revokes
Definition: mysqld.cc:1317
PSI_stage_info stage_replica_waiting_to_reconnect_after_failed_registration_on_source
Definition: mysqld.cc:14340
bool trust_function_creators
Definition: mysqld.cc:1322
std::atomic< long > atomic_count_hit_query_past_conn_mem_status_limit
Definition: mysqld.cc:1418
PSI_stage_info stage_after_create
Definition: mysqld.cc:14284
PSI_mutex_key key_LOCK_thd_protocol
Definition: mysqld.cc:13940
PSI_mutex_key key_RELAYLOG_LOCK_log
Definition: mysqld.cc:13965
char lc_messages_dir[FN_REFLEN]
Definition: mysqld.cc:1523
PSI_stage_info stage_purging_old_relay_logs
Definition: mysqld.cc:14320
PSI_mutex_key key_RELAYLOG_LOCK_commit
Definition: mysqld.cc:13963
void thd_mem_cnt_alloc(THD *thd, size_t size, const char *key_name)
Definition: mysqld.cc:1903
mysql_cond_t COND_server_started
Definition: mysqld.cc:1625
PSI_mutex_key key_mutex_slave_parallel_pend_jobs
Definition: mysqld.cc:13954
MYSQL_PLUGIN_IMPORT struct System_variables global_system_variables
Definition: mysqld.cc:1567
const char * default_tmp_storage_engine
Definition: mysqld.cc:1207
PSI_stage_info stage_waiting_for_gtid_to_be_committed
Definition: mysqld.cc:14357
uint opt_server_id_bits
Definition: mysqld.cc:1289
PSI_stage_info stage_discard_or_import_tablespace
Definition: mysqld.cc:14301
bool opt_replica_preserve_commit_order
Definition: mysqld.cc:1385
PSI_stage_info stage_user_sleep
Definition: mysqld.cc:14355
PSI_mutex_key key_relay_log_info_sleep_lock
Definition: mysqld.cc:13950
PSI_stage_info stage_rpl_apply_row_evt_delete
Definition: mysqld.cc:14347
PSI_rwlock_key key_rwlock_receiver_tsid_lock
Definition: mysqld.cc:14080
PSI_stage_info stage_creating_tmp_table
Definition: mysqld.cc:14298
bool opt_skip_name_resolve
Definition: mysqld.cc:1228
mysql_mutex_t LOCK_rpl_opt_tracker
Definition: mysqld.cc:1630
const char * timestamp_type_names[]
Definition: mysqld.cc:1357
const char * first_keyword
Definition: mysqld.cc:1076
PSI_mutex_key key_structure_guard_mutex
Definition: mysqld.cc:13957
MYSQL_PLUGIN_IMPORT uint reg_ext_length
Definition: mysqld.cc:1530
bool opt_debugging
Definition: mysqld.cc:1192
PSI_mutex_key key_monitor_info_run_lock
Definition: mysqld.cc:13976
LEX_STRING opt_mandatory_roles
Definition: mysqld.cc:1217
char glob_hostname[HOSTNAME_LENGTH+1]
Definition: mysqld.cc:1522
PSI_mutex_key key_LOCK_thd_security_ctx
Definition: mysqld.cc:13941
PSI_stage_info stage_waiting_to_finalize_termination
Definition: mysqld.cc:14367
mysql_mutex_t LOCK_reset_gtid_table
Definition: mysqld.cc:1626
PSI_rwlock_key key_rwlock_channel_map_lock
Definition: mysqld.cc:14078
PSI_mutex_key key_LOCK_tc
Definition: mysqld.cc:13935
PSI_stage_info stage_worker_waiting_for_its_turn_to_commit
Definition: mysqld.cc:14368
char server_uuid[UUID_LENGTH+1]
Definition: mysqld.cc:1501
PSI_cond_key key_monitor_info_run_cond
Definition: mysqld.cc:14142
char * opt_disabled_storage_engines
Definition: mysqld.cc:1288
bool opt_bin_log
Definition: mysqld.cc:1221
mysql_mutex_t LOCK_password_reuse_interval
Definition: mysqld.cc:1314
char * opt_log_error_suppression_list
Definition: mysqld.cc:1238
ulong opt_binlog_group_commit_sync_no_delay_count
Definition: mysqld.cc:1395
PSI_stage_info stage_replica_reconnecting_after_failed_event_read
Definition: mysqld.cc:14334
const mysql_service_dynamic_loader_t * dynamic_loader_srv
Definition: persistent_dynamic_loader.cc:77
bool opt_replica_sql_verify_checksum
Definition: mysqld.cc:1348
PSI_mutex_key key_LOCK_thd_sysvar
Definition: mysqld.cc:13939
char default_logfile_name[FN_REFLEN]
Definition: mysqld.cc:1509
sigset_t mysqld_signal_mask
Definition: mysqld.cc:1622
char * opt_slow_logname
Definition: mysqld.h:260
Rpl_acf_configuration_handler * rpl_acf_configuration_handler
Definition: mysqld.cc:1563
PSI_file_key key_file_frm
Definition: mysqld.cc:14228
PSI_stage_info stage_logging_slow_query
Definition: mysqld.cc:14313
PSI_cond_key key_RELAYLOG_update_cond
Definition: mysqld.cc:14138
PSI_stage_info stage_execution_of_init_command
Definition: mysqld.cc:14304
const uint16_t mixed_non_transactional_engine_warning_period
The time period for which no warning for non-composable engines should be written to the error log af...
Definition: mysqld.h:864
ulonglong temptable_max_mmap
Definition: mysqld.cc:1209
bool opt_log_unsafe_statements
Definition: mysqld.cc:1355
PSI_mutex_key key_LOCK_query_plan
Definition: mysqld.cc:13959
bool opt_myisam_use_mmap
Definition: mysqld.h:180
ulong delayed_insert_limit
Definition: mysqld.cc:1400
ulong what_to_log
Definition: mysqld.cc:1375
bool opt_super_readonly
Definition: mysqld.h:203
char *** get_remaining_argv()
Definition: mysqld.cc:1879
bool migrate_connect_options
Variable to check if connection related options are set as part of keyring migration.
Definition: mysqld.cc:1247
bool opt_log_slow_extra
Definition: mysqld.cc:1226
enum_server_operational_state
Definition: mysqld.h:154
@ SERVER_OPERATING
Definition: mysqld.h:156
@ SERVER_BOOTING
Definition: mysqld.h:155
@ SERVER_SHUTTING_DOWN
Definition: mysqld.h:157
PSI_stage_info stage_replica_waiting_event_from_coordinator
Definition: mysqld.cc:14336
bool opt_validate_config
Definition: mysqld.cc:1086
thread_local MEM_ROOT ** THR_MALLOC
Definition: mysqld.cc:1589
ulong connect_timeout
Definition: mysqld.h:308
char * opt_keyring_migration_host
Definition: mysqld.cc:1241
PSI_stage_info stage_rpl_apply_row_evt_write
Definition: mysqld.cc:14345
mysql_rwlock_t LOCK_system_variables_hash
Definition: mysqld.cc:1620
void refresh_status()
Reset global and session status variables.
Definition: mysqld.cc:13875
uint mysqld_admin_port
Definition: mysqld.cc:1202
bool server_shutting_down
Definition: mysqld.cc:1664
PSI_stage_info stage_waiting_for_the_next_event_in_relay_log
Definition: mysqld.cc:14365
ulong tc_log_max_pages_used
Definition: mysqld.h:243
ulong open_files_limit
Definition: mysqld.cc:1378
LEX_CSTRING sql_statement_names[(uint) SQLCOM_END+1]
Definition: mysqld.cc:4723
mysql_mutex_t LOCK_default_password_lifetime
Definition: mysqld.cc:1311
struct rand_struct sql_rand
used by sql_class.cc:THD::THD()
Definition: mysqld.cc:1944
mysql_mutex_t LOCK_global_conn_mem_limit
Definition: mysqld.cc:1656
ulong tablespace_def_size
Definition: mysqld.cc:1374
bool sp_automatic_privileges
Definition: mysqld.cc:1331
PSI_stage_info stage_end
Definition: mysqld.cc:14302
PSI_stage_info stage_registering_replica_on_source
Definition: mysqld.cc:14324
void thd_mem_cnt_free(THD *thd, size_t size)
Definition: mysqld.cc:1913
size_t mysql_unpacked_real_data_home_len
Definition: mysqld.cc:1528
std::atomic< bool > offline_mode
Definition: mysqld.cc:1304
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:1602
PSI_socket_key key_socket_tcpip
Definition: mysqld.cc:14487
ulong tc_log_page_size
Definition: mysqld.h:243
bool opt_local_infile
Definition: mysqld.cc:1272
char * mysql_home_ptr
Definition: mysqld.cc:1712
char * lc_messages_dir_ptr
Definition: mysqld.cc:1526
const char * server_build_id_ptr
Definition: mysqld.cc:1505
PSI_file_key key_file_relaylog
Definition: mysqld.cc:14240
PSI_statement_info sql_statement_info[(uint) SQLCOM_END+1]
Statement instrumentation keys (sql).
Definition: mysqld.cc:4760
const char * load_default_groups[]
Definition: mysqld.cc:4143
PSI_mutex_key key_mta_gaq_LOCK
Definition: mysqld.cc:13973
mysql_mutex_t LOCK_sql_replica_skip_counter
Definition: mysqld.cc:1615
mysql_mutex_t LOCK_user_conn
Definition: mysqld.cc:1592
PSI_stage_info stage_flushing_applier_and_connection_metadata
Definition: mysqld.cc:14307
ulong prepared_stmt_count
Definition: mysqld.h:316
uint opt_mta_checkpoint_period
Definition: mysqld.h:242
handlerton * temptable_hton
Definition: mysqld.cc:1284
uint default_password_lifetime
Definition: mysqld.cc:1306
PSI_cond_key key_item_func_sleep_cond
Definition: mysqld.cc:14124
bool super_read_only
Definition: mysqld.cc:1292
int argc_cached
Stores the value of argc during server start up that contains the count of arguments specified by the...
Definition: mysqld.cc:1253
ulong back_log
Definition: mysqld.cc:1365
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:1452
ulong connection_errors_internal
Number of connection errors from internal server errors.
Definition: mysqld.cc:1548
ulonglong max_binlog_cache_size
Definition: mysqld.cc:1390
PSI_stage_info stage_fulltext_initialization
Definition: mysqld.cc:14310
mysql_cond_t COND_rpl_opt_tracker
Definition: mysqld.cc:1631
char * opt_log_error_services
Definition: mysqld.cc:1239
MYSQL_PLUGIN_IMPORT char server_version[SERVER_VERSION_LENGTH]
Definition: mysqld.h:681
int32_t opt_regexp_stack_limit
Definition: mysqld.cc:1334
PSI_file_key key_file_loadfile
Definition: mysqld.cc:14230
PSI_stage_info stage_verifying_table
Definition: mysqld.cc:14356
std::atomic< time_t > last_mixed_non_transactional_engine_warning
Stores the last time the warning for non-composable engine is emitted.
Definition: mysqld.cc:1500
bool opt_noacl
Definition: mysqld.h:222
Time_zone * default_tz
Definition: mysqld.cc:1534
PSI_cond_key key_source_info_start_cond
Definition: mysqld.cc:14126
mysql_component_t mysql_component_performance_schema
enum_server_operational_state get_server_state()
Returns the current state of the server : booting, operational or shutting down.
Definition: mysqld.cc:13853
PSI_statement_info stmt_info_rpl
Statement instrumentation key for replication.
Definition: mysqld.cc:1182
ulong slow_launch_time
Definition: mysqld.cc:1376
void gtid_server_cleanup()
GTID cleanup destroys objects and reset their pointer.
Definition: mysqld.cc:2704
PSI_stage_info stage_replica_reconnecting_after_failed_registration_on_source
Definition: mysqld.cc:14335
PSI_stage_info stage_source_has_sent_all_binlog_to_replica
Definition: mysqld.cc:14316
MYSQL_PLUGIN_IMPORT char * mysql_data_home
Definition: mysqld.cc:1535
PSI_file_key key_file_ERRMSG
Definition: mysqld.cc:14225
PSI_mutex_key key_LOCK_thd_query
Definition: mysqld.cc:13960
query_id_t next_query_id()
Definition: mysqld.h:748
PSI_cond_key key_COND_thr_lock
Definition: mysqld.cc:14140
PSI_cond_key key_gtid_ensure_index_cond
Definition: mysqld.cc:14139
bool opt_keyring_operations
Definition: mysqld.cc:1456
bool opt_replica_allow_batching
Definition: mysqld.cc:1277
PSI_socket_key key_socket_unix
Definition: mysqld.cc:14488
ulonglong log_output_options
Definition: mysqld.cc:1223
bool opt_persist_sensitive_variables_in_plaintext
Definition: mysqld.cc:1252
const char * mysqld_unix_port
Definition: mysqld.cc:1539
MYSQL_PLUGIN_IMPORT char pidfile_name[]
Definition: mysqld.cc:1507
mysql_mutex_t LOCK_mandatory_roles
Definition: mysqld.cc:1312
ulong binlog_stmt_cache_disk_use
Definition: mysqld.h:295
PSI_file_key key_file_log_event_data
Definition: mysqld.cc:14231
enum_binlog_error_action
Definition: mysqld.h:337
@ IGNORE_ERROR
Ignore the error and let server continue without binlogging.
Definition: mysqld.h:339
@ ABORT_SERVER
Abort the server.
Definition: mysqld.h:341
char * opt_protocol_compression_algorithms
Definition: mysqld.cc:1537
PSI_mutex_key key_RELAYLOG_LOCK_sync
Definition: mysqld.cc:13967
PSI_cond_key key_cond_slave_parallel_worker
Definition: mysqld.cc:14136
bool opt_help
Definition: mysqld.cc:1086
bool clone_startup
True, if restarted from a cloned database.
Definition: mysqld.cc:1338
MYSQL_PLUGIN_IMPORT ulong max_connections
Definition: mysqld.cc:1406
PSI_cond_key key_cond_mta_gaq
Definition: mysqld.cc:14137
PSI_mutex_key key_relay_log_info_log_space_lock
Definition: mysqld.cc:13952
PSI_stage_info stage_killing_replica
Definition: mysqld.cc:14312
struct System_status_var * get_thd_status_var(THD *thd, bool *aggregated)
Definition: mysqld.cc:1895
ulong opt_log_throttle_queries_not_using_indexes
Definition: mysqld.cc:1225
char * opt_keyring_migration_password
Definition: mysqld.cc:1242
mysql_mutex_t LOCK_crypt
Definition: mysqld.cc:1591
mysql_mutex_t LOCK_compress_gtid_table
Definition: mysqld.cc:1627
PSI_stage_info stage_wait_on_commit_ticket
Definition: mysqld.cc:14380
ulong max_digest_length
Definition: sql_digest.cc:53
handlerton * heap_hton
Definition: mysqld.cc:1283
PSI_cond_key key_relay_log_info_stop_cond
Definition: mysqld.cc:14133
ulong binlog_error_action
Definition: mysqld.cc:1351
ulonglong server_memory
Definition: mysqld.cc:1204
ulong stored_program_def_size
Definition: mysqld.cc:1372
PSI_mutex_key key_RELAYLOG_LOCK_log_end_pos
Definition: mysqld.cc:13966
MYSQL_PLUGIN_IMPORT int orig_argc
Definition: mysqld.h:371
bool opt_large_pages
Definition: mysqld.cc:1301
ulonglong global_conn_memory_status_limit
Definition: mysqld.cc:1414
const mysql_service_dynamic_loader_scheme_file_t * scheme_file_srv
Definition: mysqld.cc:2036
static void set_connection_events_loop_aborted(bool value)
Definition: mysqld.h:760
const double log_10[309]
Definition: mysqld.cc:1460
PSI_stage_info stage_changing_source
Definition: mysqld.cc:14288
bool opt_always_activate_granted_roles
Definition: mysqld.cc:1219
Source_IO_monitor * rpl_source_io_monitor
Definition: mysqld.cc:1564
ulong binlog_stmt_cache_size
Definition: mysqld.h:320
ulong opt_log_timestamps
Definition: mysqld.cc:1358
mysql_mutex_t LOCK_authentication_policy
Definition: mysqld.cc:1654
long opt_check_table_funs
Definition: mysqld.cc:1268
uint select_errors
Definition: mysqld.h:248
PSI_thread_key key_thread_handle_con_admin_sockets
Definition: mysqld.cc:14198
PSI_stage_info stage_rename
Definition: mysqld.cc:14326
ulonglong global_conn_mem_limit
Definition: mysqld.cc:1413
PSI_file_key key_file_relaylog_cache
Definition: mysqld.cc:14241
char * pidfile_name_ptr
Definition: mysqld.h:262
std::atomic< int32 > atomic_replica_open_temp_tables
Definition: mysqld.cc:1377
char default_binlogfile_name[FN_REFLEN]
Definition: mysqld.cc:1510
bool opt_readonly
Definition: mysqld.h:202
ulong log_error_verbosity
Definition: mysqld.cc:1249
PSI_file_key key_file_hash_join
Definition: mysqld.cc:14245
ulong specialflag
Definition: mysqld.cc:1403
mysql_mutex_t LOCK_uuid_generator
Definition: mysqld.cc:1591
struct System_status_var global_status_var
Definition: mysqld.cc:1569
bool opt_skip_show_db
Definition: mysqld.h:170
const char * binlog_checksum_type_names[]
BINLOG_CHECKSUM variable.
Definition: log_event.cc:217
PSI_stage_info stage_communication_delegation
Definition: mysqld.cc:14379
PSI_file_key key_file_dbopt
Definition: mysqld.cc:14224
PSI_stage_info stage_waiting_for_no_channel_reference
Definition: mysqld.cc:14372
const char * default_storage_engine
Definition: mysqld.cc:1206
PSI_stage_info stage_binlog_transaction_decompress
Definition: mysqld.cc:14375
PSI_mutex_key key_RELAYLOG_LOCK_xids
Definition: mysqld.cc:13968
mysql_rwlock_t LOCK_server_shutting_down
Definition: mysqld.cc:1658
void set_mysqld_offline_mode(bool value)
Set offline mode with a given value.
Definition: mysqld.h:788
PSI_stage_info stage_converting_heap_to_ondisk
Definition: mysqld.cc:14295
uint host_cache_size
The size of the host_cache.
Definition: mysqld.cc:1248
PSI_thread_key key_thread_bootstrap
Definition: mysqld.cc:14192
PSI_file_key key_select_to_file
Definition: mysqld.cc:14226
MYSQL_PLUGIN_IMPORT const char * my_localhost
Definition: mysqld.cc:1077
PSI_file_key key_file_tclog
Definition: mysqld.cc:14234
const char * binlog_error_action_list[]
Definition: mysqld.cc:1352
PSI_stage_info stage_preparing
Definition: mysqld.cc:14319
PSI_file_key key_file_binlog_cache
Definition: mysqld.cc:1095
PSI_stage_info stage_setup
Definition: mysqld.cc:14331
MYSQL_PLUGIN_IMPORT char ** orig_argv
Definition: mysqld.h:372
ulong max_binlog_size
Definition: mysqld.cc:1378
mysql_cond_t COND_compress_gtid_table
Definition: mysqld.cc:1628
bool opt_large_files
Definition: mysqld.cc:1079
PSI_mutex_key key_thd_timer_mutex
Definition: mysqld.cc:13974
char ** argv_cached
Stores the value of argv during server start up that contains the vector of arguments specified by th...
Definition: mysqld.cc:1254
bool opt_require_secure_transport
Definition: mysqld.cc:1293
mysql_mutex_t LOCK_replica_net_timeout
Definition: mysqld.cc:1616
PSI_mutex_key key_LOCK_current_cond
Definition: mysqld.cc:13962
MYSQL_PLUGIN_IMPORT std::atomic< int32 > connection_events_loop_aborted_flag
Definition: mysqld.cc:1235
bool opt_table_encryption_privilege_check
Definition: mysqld.cc:1458
bool opt_log_slow_replica_statements
Definition: mysqld.h:221
bool opt_partial_revokes
Definition: mysqld.cc:1309
PSI_mutex_key key_source_info_sleep_lock
Definition: mysqld.cc:13945
bool opt_activate_mandatory_roles
Definition: mysqld.cc:1220
PSI_mutex_key key_LOCK_group_replication_connection_mutex
Definition: mysqld.cc:13978
ulong delayed_queue_size
Definition: mysqld.h:298
bool gtid_server_init()
GTID initialization.
Definition: mysqld.cc:2729
ulonglong global_conn_mem_counter
Definition: mysqld.cc:1415
PSI_file_key key_file_binlog_index_cache
Definition: mysqld.cc:1096
mysql_service_registry_t * srv_registry_no_lock
Definition: mysqld.cc:2032
long opt_binlog_group_commit_sync_delay
Definition: mysqld.cc:1394
ulong opt_ssl_fips_mode
Definition: mysqld.cc:1983
char server_build_id[42]
Definition: build_id_test.cc:28
bool opt_binlog_expire_logs_auto_purge
Definition: mysqld.cc:1447
PSI_stage_info stage_init
Definition: mysqld.cc:14311
ulong locked_account_connection_count
Definition: mysqld.cc:1411
PSI_file_key key_file_binlog
Definition: mysqld.cc:14222
void reset_status_by_thd()
Definition: mysqld.cc:13924
PSI_file_key key_file_log_event_info
Definition: mysqld.cc:14232
PSI_stage_info stage_rpl_failover_wait_before_next_fetch
Definition: mysqld.cc:14378
PSI_cond_key key_source_info_sleep_cond
Definition: mysqld.cc:14128
PSI_stage_info stage_opening_tables
Definition: mysqld.cc:14317
PSI_rwlock_key key_rwlock_resource_group_mgr_map_lock
Definition: mysqld.cc:14089
bool check_proxy_users
Definition: mysqld.cc:1323
PSI_cond_key key_source_info_rotate_cond
Definition: mysqld.cc:14129
PSI_mutex_key key_relay_log_info_thd_lock
Definition: mysqld.cc:13951
PSI_stage_info stage_explaining
Definition: mysqld.cc:14305
char * opt_mysql_tmpdir
Definition: mysqld.cc:1540
void set_remaining_args(int argc, char **argv)
Definition: mysqld.cc:1872
ulong max_relay_log_size
Definition: mysqld.h:325
ulong binlog_row_metadata
Definition: mysqld.cc:1346
bool persisted_globals_load
Definition: mysqld.cc:1454
PSI_mutex_key key_LOG_LOCK_log
Definition: mysqld.cc:13942
PSI_mutex_key key_mta_temp_table_LOCK
Definition: mysqld.cc:13972
PSI_stage_info stage_requesting_binlog_dump
Definition: mysqld.cc:14328
PSI_mutex_key key_LOCK_cost_const
Definition: mysqld.cc:13961
bool relay_log_purge
Definition: mysqld.cc:1294
PSI_stage_info stage_deleting_from_main_table
Definition: mysqld.cc:14299
char * opt_bin_logname
Definition: mysqld.h:260
PSI_mutex_key key_relay_log_info_data_lock
Definition: mysqld.cc:13949
time_t server_start_time
Definition: mysqld.cc:1499
PSI_stage_info stage_waiting_for_source_update
Definition: mysqld.cc:14360
MYSQL_PLUGIN_IMPORT uint lower_case_table_names
Definition: mysqld.cc:1363
ulong current_pid
Definition: mysqld.cc:1442
bool locked_in_memory
Definition: mysqld.cc:1232
PSI_cond_key key_relay_log_info_log_space_cond
Definition: mysqld.cc:14131
PSI_stage_info stage_alter_inplace_commit
Definition: mysqld.cc:14287
PSI_file_key key_file_fileparser
Definition: mysqld.cc:14227
const char * in_left_expr_name
name of reference on left expression in rewritten IN subquery
Definition: mysqld.cc:1545
ulong replica_exec_mode_options
Definition: mysqld.cc:1381
enum_delay_key_write
Definition: mysqld.h:251
@ DELAY_KEY_WRITE_ON
Definition: mysqld.h:253
@ DELAY_KEY_WRITE_NONE
Definition: mysqld.h:252
@ DELAY_KEY_WRITE_ALL
Definition: mysqld.h:254
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:1608
mysql_mutex_t LOCK_error_messages
Definition: mysqld.cc:1592
bool log_bin_supplied
Definition: mysqld.cc:1497
void clean_up_mysqld_mutexes()
Definition: mysqld.cc:2634
ulong binlog_expire_logs_seconds
Definition: mysqld.cc:1446
PSI_cond_key key_cond_slave_parallel_pend_jobs
Definition: mysqld.cc:14135
PSI_stage_info stage_connecting_to_source
Definition: mysqld.cc:14294
std::atomic< long > atomic_count_hit_query_past_global_conn_mem_status_limit
Definition: mysqld.cc:1416
PSI_stage_info stage_rpl_failover_fetching_source_member_details
Definition: mysqld.cc:14376
PSI_stage_info stage_binlog_transaction_compress
Definition: mysqld.cc:14374
PSI_rwlock_key key_rwlock_LOCK_logger
Definition: mysqld.cc:14077
PSI_file_key key_file_trg
Definition: mysqld.cc:14235
char * opt_init_file
Definition: mysqld.cc:1524
bool relay_log_recovery
Definition: mysqld.cc:1295
PSI_rwlock_key key_rwlock_gtid_mode_lock
Definition: mysqld.cc:1136
PSI_file_key key_file_binlog_index
Definition: mysqld.cc:14223
PSI_cond_key key_COND_pool
Definition: mysqld.cc:14122
bool opt_log_queries_not_using_indexes
Definition: mysqld.cc:1224
PSI_stage_info stage_alter_inplace_prepare
Definition: mysqld.cc:14285
const char * opt_tc_log_file
Definition: mysqld.cc:1525
PSI_stage_info stage_rpl_failover_updating_source_member_details
Definition: mysqld.cc:14377
LEX_STRING opt_init_replica
Definition: mysqld.h:375
PSI_rwlock_key key_rwlock_channel_lock
Definition: mysqld.cc:14079
struct my_option my_long_early_options[]
Definition: mysqld.cc:10811
PSI_thread_key key_thread_handle_manager
Definition: mysqld.cc:14193
char * opt_keyring_migration_destination
Definition: mysqld.cc:1245
uint32 gtid_executed_compression_period
Definition: mysqld.cc:1354
PSI_stage_info stage_starting
Definition: mysqld.cc:14371
bool opt_slow_log
Definition: mysqld.h:165
ulong tc_log_page_waits
Definition: tc_log.cc:307
mysql_rwlock_t LOCK_sys_init_connect
Definition: mysqld.cc:1619
struct System_variables max_system_variables
Definition: mysqld.cc:1568
char * opt_authentication_policy
Definition: mysqld.cc:1542
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:14739
const char * opt_secure_file_priv
Definition: mysqld.cc:1297
PSI_mutex_key key_source_info_data_lock
Definition: mysqld.cc:13943
bool opt_log_slow_admin_statements
Definition: mysqld.cc:1298
ulong binlog_cache_size
Definition: mysqld.cc:1389
PSI_stage_info stage_freeing_items
Definition: mysqld.cc:14309
LEX_STRING opt_init_connect
Definition: mysqld.cc:1213
ulong binlog_checksum_options
Definition: mysqld.cc:1345
mysql_mutex_t LOCK_admin_tls_ctx_options
Definition: mysqld.cc:1316
bool binlog_gtid_simple_recovery
Definition: mysqld.cc:1350
PSI_stage_info stage_waiting_for_handler_commit
Definition: mysqld.cc:14358
MYSQL_PLUGIN_IMPORT ulong server_id
Definition: mysqld.h:348
char * opt_general_logname
Definition: mysqld.cc:1704
ulong binlog_cache_use
Definition: mysqld.cc:1404
ulong max_connect_errors
Definition: mysqld.cc:1406
uint sync_masterinfo_period
Definition: mysqld.h:242
PSI_stage_info stage_searching_rows_for_update
Definition: mysqld.cc:14329
PSI_stage_info stage_creating_table
Definition: mysqld.cc:14297
const char * log_dia_dest
Definition: mysqld.cc:1519
ulong binlog_cache_disk_use
Definition: mysqld.h:294
ulong max_prepared_stmt_count
Limit of the total number of prepared statements in the server.
Definition: mysqld.cc:1430
ulong sql_rnd_with_mutex()
Definition: mysqld.cc:1887
ulong binlog_row_event_max_size
Definition: mysqld.cc:1344
ulong flush_time
Definition: mysqld.h:315
PSI_thread_key key_thread_parser_service
Definition: mysqld.cc:14197
PSI_stage_info stage_removing_tmp_table
Definition: mysqld.cc:14325
mysql_mutex_t LOCK_tls_ctx_options
Definition: mysqld.cc:1315
int32 opt_binlog_max_flush_queue_time
Definition: mysqld.cc:1393
PSI_stage_info stage_manage_keys
Definition: mysqld.cc:14315
PSI_mutex_key key_source_info_rotate_lock
Definition: mysqld.cc:13947
mysql_service_registry_registration_t * srv_registry_registration
Definition: mysqld.cc:2033
PSI_mutex_key key_hash_filo_lock
Definition: mysqld.cc:13936
bool read_only
Definition: mysqld.cc:1291
PSI_stage_info stage_sql_thd_waiting_until_delay
Definition: mysqld.cc:14349
bool opt_mandatory_roles_cache
Definition: mysqld.cc:1218
PSI_stage_info stage_executing
Definition: mysqld.cc:14303
PSI_stage_info stage_replica_reconnecting_after_failed_binlog_dump_request
Definition: mysqld.cc:14333
PSI_stage_info stage_replica_waiting_worker_queue
Definition: mysqld.cc:14341
PSI_stage_info stage_replica_waiting_worker_to_release_partition
Definition: mysqld.cc:14343
MYSQL_PLUGIN_IMPORT char mysql_real_data_home[]
Definition: mysqld.cc:1523
int32_t opt_regexp_time_limit
Definition: mysqld.cc:1333
PSI_mutex_key key_relay_log_info_run_lock
Definition: mysqld.cc:13953
ulong schema_def_size
Definition: mysqld.cc:1371
ulong replica_max_allowed_packet
Definition: mysqld.cc:1391
PSI_file_key key_file_sdi
Definition: mysqld.cc:14244
mysql_mutex_t LOCK_keyring_operations
Definition: mysqld.cc:1643
PSI_statement_info com_statement_info[(uint) COM_END+1]
Statement instrumentation keys (com).
Definition: mysqld.cc:4761
PSI_stage_info stage_waiting_for_the_replica_thread_to_advance_position
Definition: mysqld.cc:14366
uint opt_mta_checkpoint_group
Definition: mysqld.h:242
enum_replica_type_conversions
Definition: mysqld.h:194
@ REPLICA_TYPE_CONVERSIONS_ALL_UNSIGNED
Definition: mysqld.h:197
@ REPLICA_TYPE_CONVERSIONS_ALL_SIGNED
Definition: mysqld.h:198
@ REPLICA_TYPE_CONVERSIONS_ALL_NON_LOSSY
Definition: mysqld.h:196
@ REPLICA_TYPE_CONVERSIONS_ALL_LOSSY
Definition: mysqld.h:195
bool password_require_current
Definition: mysqld.cc:1307
mysql_mutex_t LOCK_password_history
Definition: mysqld.cc:1313
bool opt_general_log_raw
Definition: mysqld.h:165
bool opt_safe_user_create
Definition: mysqld.cc:1273
PSI_stage_info stage_updating_main_table
Definition: mysqld.cc:14353
PSI_socket_key key_socket_client_connection
Definition: mysqld.cc:14489
bool opt_using_transactions
Definition: mysqld.cc:1233
PSI_stage_info stage_waiting_for_source_to_send_event
Definition: mysqld.cc:14359
PSI_cond_key key_relay_log_info_data_cond
Definition: mysqld.cc:14130
Rpl_global_filter rpl_global_filter
Definition: mysqld.cc:1561
bool opt_verbose
Definition: mysqld.cc:1086
PSI_cond_key key_source_info_stop_cond
Definition: mysqld.cc:14127
PSI_stage_info stage_checking_permissions
Definition: mysqld.cc:14290
PSI_stage_info stage_waiting_for_replica_mutex_on_exit
Definition: mysqld.cc:14362
PSI_thread_key key_thread_rpl_opt_tracker
Definition: mysqld.cc:14196
PSI_cond_key key_COND_group_replication_connection_cond_var
Definition: mysqld.cc:14144
PSI_cond_key key_relay_log_info_start_cond
Definition: mysqld.cc:14132
PSI_stage_info stage_optimizing
Definition: mysqld.cc:14318
char system_time_zone_dst_on[30]
Definition: mysqld.cc:1508
MYSQL_PLUGIN_IMPORT char reg_ext[FN_EXTLEN]
Definition: mysqld.cc:1524
long tc_heuristic_recover
Definition: mysqld.cc:1364
bool connection_events_loop_aborted()
Definition: mysqld.h:755
bool opt_disable_networking
Definition: mysqld.cc:1227
bool listen_admin_interface_in_separate_thread
Definition: mysqld.cc:1203
size_t mysql_data_home_len
Definition: mysqld.cc:1529
static char * path
Definition: mysqldump.cc:150
static char * shared_memory_base_name
Definition: mysqltest.cc:200
ValueType value(const std::optional< ValueType > &v)
Definition: gtid.h:83
size_t size(const char *const c)
Definition: base64.h:46
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:76
#define SERVICE_TYPE_NO_CONST(name)
Generates the standard Service type name.
Definition: service.h:71
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:266
The MEM_ROOT is a simple arena, where allocations are carved out of larger blocks.
Definition: my_alloc.h:83
Definition: mysql_lex_string.h:40
Definition: mysql_lex_string.h:35
Stage instrument information.
Definition: psi_stage_bits.h:74
Statement instrument information.
Definition: psi_statement_bits.h:133
SHOW STATUS Server status variable.
Definition: status_variables_bits.h:81
Per thread status variables.
Definition: system_variables.h:533
Definition: system_variables.h:205
To facilitate calculating values of status variables aggregated per all THDs in real-time,...
Definition: aggregated_stats.h:39
handlerton is a singleton structure - one instance per storage engine - to provide access to storage ...
Definition: handler.h:2851
Definition: my_getopt.h:93
Carries information on the specific Component, all Service Implementations it provides,...
Definition: dynamic_loader.h:263
An instrumented cond structure.
Definition: mysql_cond_bits.h:50
An instrumented mutex structure.
Definition: mysql_mutex_bits.h:50
An instrumented rwlock structure.
Definition: mysql_rwlock_bits.h:51
Definition: mysql_com.h:1110
Definition: violite.h:256
Include file for Sun RPC to compile out of the box.