This file is indexed.

/usr/share/mysql/pxc_cluster_view.sql is in percona-xtradb-cluster-server-5.7 5.7.20-29.24-0ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
CREATE TABLE IF NOT EXISTS performance_schema.pxc_cluster_view(
  HOST_NAME CHAR(64) collate utf8_general_ci not null,
  UUID CHAR(36) collate utf8_bin not null,
  STATUS CHAR(64) collate utf8_bin not null,
  LOCAL_INDEX INTEGER not null,
  SEGMENT INTEGER not null
) ENGINE=PERFORMANCE_SCHEMA;