summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/r/start_server_no_cond_inst.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/perfschema/r/start_server_no_cond_inst.result')
-rw-r--r--mysql-test/suite/perfschema/r/start_server_no_cond_inst.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/perfschema/r/start_server_no_cond_inst.result b/mysql-test/suite/perfschema/r/start_server_no_cond_inst.result
index df5373ead87..bb3d0a24db9 100644
--- a/mysql-test/suite/perfschema/r/start_server_no_cond_inst.result
+++ b/mysql-test/suite/perfschema/r/start_server_no_cond_inst.result
@@ -21,7 +21,7 @@ show engine PERFORMANCE_SCHEMA status;
show status like "performance_schema%";
show variables like "performance_schema_max_cond_classes";
Variable_name Value
-performance_schema_max_cond_classes 80
+performance_schema_max_cond_classes 90
select count(*) > 0 from performance_schema.setup_instruments
where name like "wait/synch/cond/%";
count(*) > 0