diff options
Diffstat (limited to 'mysql-test/suite/perfschema/r/cnf_option.result')
-rw-r--r-- | mysql-test/suite/perfschema/r/cnf_option.result | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/suite/perfschema/r/cnf_option.result b/mysql-test/suite/perfschema/r/cnf_option.result new file mode 100644 index 00000000..c991311d --- /dev/null +++ b/mysql-test/suite/perfschema/r/cnf_option.result @@ -0,0 +1,6 @@ +show global variables like 'performance_schema_max_thread_classes'; +Variable_name Value +performance_schema_max_thread_classes 12 +show global variables like 'performance_schema_max_thread_instances'; +Variable_name Value +performance_schema_max_thread_instances 318 |