mariadb/include/mysql
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
..
psi Fix GCC 11 -Wmaybe-uninitialized for PLUGIN_PERFSCHEMA 2021-08-30 11:52:59 +03:00
auth_dialog_client.h Update FSF address 2019-05-10 20:52:00 +03:00
client_plugin.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
client_plugin.h.pp MDEV-8052 abi detection incorrect with clang 2015-06-03 09:54:56 +02:00
plugin.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
plugin_audit.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
plugin_audit.h.pp MDEV-13384 Fix Windows warnings. thd_alloc functions now use size_t parameters 2017-09-28 17:20:46 +00:00
plugin_auth.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
plugin_auth.h.pp MDEV-13384 Fix Windows warnings. thd_alloc functions now use size_t parameters 2017-09-28 17:20:46 +00:00
plugin_auth_common.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
plugin_encryption.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
plugin_encryption.h.pp MDEV-13384 Fix Windows warnings. thd_alloc functions now use size_t parameters 2017-09-28 17:20:46 +00:00
plugin_ftparser.h document that a fulltext parser plugin can replace mysql_add_word callback 2020-12-10 08:45:20 +01:00
plugin_ftparser.h.pp MDEV-13384 Fix Windows warnings. thd_alloc functions now use size_t parameters 2017-09-28 17:20:46 +00:00
plugin_password_validation.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
plugin_password_validation.h.pp MDEV-13384 Fix Windows warnings. thd_alloc functions now use size_t parameters 2017-09-28 17:20:46 +00:00
service_base64.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
service_debug_sync.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
service_encryption.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
service_encryption_scheme.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
service_kill_statement.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
service_logger.h Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
service_md5.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
service_my_crypt.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
service_my_print_error.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
service_my_snprintf.h MDEV-22545: my_vsnprintf behaves not as in C standard 2020-05-24 21:27:08 +02:00
service_progress_report.h Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
service_sha1.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
service_sha2.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
service_thd_alloc.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
service_thd_autoinc.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
service_thd_error_context.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
service_thd_rnd.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
service_thd_specifics.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
service_thd_timezone.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
service_thd_wait.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
service_wsrep.h MDEV-24853: Duplicate key generated during cluster configuration change 2021-03-08 11:15:08 +01:00
services.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00