[Commits] 96c4695c89e: Fix compile failure: P_S-related code should be inside #ifdef
revision-id: 96c4695c89e76c4007da73c9d5ed83c3216a4720 (mariadb-10.4.4-750-g96c4695c89e) parent(s): 9df8918e697c5f201f68810eaf9b68defce0b3b9 author: Sergei Petrunia committer: Sergei Petrunia timestamp: 2020-03-10 01:22:21 +0300 message: Fix compile failure: P_S-related code should be inside #ifdef --- storage/xpand/ha_xpand.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/storage/xpand/ha_xpand.cc b/storage/xpand/ha_xpand.cc index bd16a6e2722..3c8c891f51d 100644 --- a/storage/xpand/ha_xpand.cc +++ b/storage/xpand/ha_xpand.cc @@ -73,7 +73,9 @@ static MYSQL_SYSVAR_ENUM ); //current list of clx hosts +#ifdef HAVE_PSI_INTERFACE static PSI_rwlock_key key_xpand_hosts; +#endif mysql_rwlock_t xpand_hosts_lock; xpand_host_list *xpand_hosts;
participants (1)
-
psergey