Hello,
We have recently upgraded our Percona XTRADB 5.7 cluster running on rhel7 with the following packages
Percona-XtraDB-Cluster-client-57-5.7.43-31.65.1.el7.x86_64
Percona-XtraDB-Cluster-shared-57-5.7.43-31.65.1.el7.x86_64
Percona-XtraDB-Cluster-server-57-5.7.43-31.65.1.el7.x86_64
After the upgrades we started to get the following error when running Xtrabackups:
Error: failed to fetch query result SHOW GLOBAL VARIABLES LIKE 'wsrep_sync_wait': Native table 'performance_schema'.'global_variables' has the wrong structure
When running a query against GLOBAL VARIABLES we get a similiar error
mysql> show global variables;
ERROR 1682 (HY000): Native table 'performance_schema'.'global_variables' has the wrong structure
mysql>
How do we resolve this? I saw a similar bug mentioned in 5.6.17-66.0 performance schema issues