summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/include/start_server_common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/perfschema/include/start_server_common.inc')
-rw-r--r--mysql-test/suite/perfschema/include/start_server_common.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/perfschema/include/start_server_common.inc b/mysql-test/suite/perfschema/include/start_server_common.inc
index 69a9c47063b..6a7c7698999 100644
--- a/mysql-test/suite/perfschema/include/start_server_common.inc
+++ b/mysql-test/suite/perfschema/include/start_server_common.inc
@@ -43,6 +43,7 @@ select * from performance_schema.events_waits_summary_global_by_event_name;
select * from performance_schema.file_instances;
select * from performance_schema.file_summary_by_event_name;
select * from performance_schema.file_summary_by_instance;
+--error 1146
select * from performance_schema.host_cache;
select * from performance_schema.socket_instances;
select * from performance_schema.socket_summary_by_instance;