mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
fda704c82c
init_mutex_v1_t: Stop lying that the mutex parameter is const. GCC 11.2.0 assumes that it is and could complain about any mysql_mutex_t being uninitialized even after mysql_mutex_init() as long as PLUGIN_PERFSCHEMA is enabled. init_rwlock_v1_t, init_cond_v1_t: Remove untruthful const qualifiers. Note: init_socket_v1_t is expecting that the socket fd has already been created before PSI_SOCKET_CALL(init_socket), and therefore that parameter really is being treated as a pointer to const. |
||
---|---|---|
.. | ||
mysql_file.h | ||
mysql_idle.h | ||
mysql_socket.h | ||
mysql_stage.h | ||
mysql_statement.h | ||
mysql_table.h | ||
mysql_thread.h | ||
psi.h | ||
psi_abi_v0.h | ||
psi_abi_v0.h.pp | ||
psi_abi_v1.h | ||
psi_abi_v1.h.pp | ||
psi_abi_v2.h | ||
psi_abi_v2.h.pp | ||
psi_base.h | ||
psi_memory.h |