Skip to content
Permalink
Browse files
MDEV-15743 Avoid a PFS warning by shortening key name for proxy proto…
…col rwlock
  • Loading branch information
vaintroub committed Apr 2, 2018
1 parent 342d3df commit 131ed6c
Showing 1 changed file with 1 addition and 1 deletion.
@@ -568,7 +568,7 @@ int init_proxy_protocol_networks(const char *spec)
#ifdef HAVE_PSI_INTERFACE
static PSI_rwlock_key psi_rwlock_key;
static PSI_rwlock_info psi_rwlock_info={ &psi_rwlock_key, "rwlock", 0 };
mysql_rwlock_register("proxy_protocol", &psi_rwlock_info, 1);
mysql_rwlock_register("proxy_proto", &psi_rwlock_info, 1);
#endif

mysql_rwlock_init(psi_rwlock_key, &lock);

0 comments on commit 131ed6c

Please sign in to comment.