mariadb/include/mysql/psi
Marko Mäkelä fda704c82c Fix GCC 11 -Wmaybe-uninitialized for PLUGIN_PERFSCHEMA
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.
2021-08-30 11:52:59 +03:00
..
mysql_file.h Merge branch 'merge-perfschema-5.6' into 10.1 2020-01-19 13:11:45 +01:00
mysql_idle.h Merge branch '10.1' into 10.2 2020-01-20 16:15:05 +01:00
mysql_socket.h Merge 10.1 into 10.2 2020-07-14 15:10:59 +03:00
mysql_stage.h Merge branch 'merge-perfschema-5.6' into 10.1 2020-01-19 13:11:45 +01:00
mysql_statement.h Merge branch '10.1' into 10.2 2020-01-20 16:15:05 +01:00
mysql_table.h Merge branch '10.1' into 10.2 2020-01-20 16:15:05 +01:00
mysql_thread.h Merge branch '10.1' into 10.2 2020-01-20 16:15:05 +01:00
psi.h Fix GCC 11 -Wmaybe-uninitialized for PLUGIN_PERFSCHEMA 2021-08-30 11:52:59 +03:00
psi_abi_v0.h Merge branch 'merge-perfschema-5.6' into 10.1 2020-01-19 13:11:45 +01:00
psi_abi_v0.h.pp 5.6.24 2015-05-04 22:16:00 +02:00
psi_abi_v1.h Merge branch 'merge-perfschema-5.6' into 10.1 2020-01-19 13:11:45 +01:00
psi_abi_v1.h.pp Fix GCC 11 -Wmaybe-uninitialized for PLUGIN_PERFSCHEMA 2021-08-30 11:52:59 +03:00
psi_abi_v2.h Merge branch 'merge-perfschema-5.6' into 10.1 2020-01-19 13:11:45 +01:00
psi_abi_v2.h.pp Merge branch '5.5' into 10.0 2015-06-11 20:20:35 +02:00
psi_base.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
psi_memory.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00