Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
2833e906
Commit
2833e906
authored
Jan 24, 2020
by
Oleksandr Byelkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix perfschema.start_server_innodb test (related to MDEV-17571)
parent
8a931e4d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
mysql-test/suite/perfschema/r/ortho_iter.result
mysql-test/suite/perfschema/r/ortho_iter.result
+1
-1
mysql-test/suite/perfschema/r/privilege_table_io.result
mysql-test/suite/perfschema/r/privilege_table_io.result
+1
-1
mysql-test/suite/perfschema/r/start_server_no_cond_inst.result
...-test/suite/perfschema/r/start_server_no_cond_inst.result
+1
-1
mysql-test/suite/perfschema/r/start_server_variables.result
mysql-test/suite/perfschema/r/start_server_variables.result
+1
-1
storage/perfschema/pfs_server.h
storage/perfschema/pfs_server.h
+1
-1
No files found.
mysql-test/suite/perfschema/r/ortho_iter.result
View file @
2833e906
...
...
@@ -111,7 +111,7 @@ performance_schema_events_statements_history_size 10
performance_schema_events_waits_history_long_size 10000
performance_schema_events_waits_history_size 10
performance_schema_hosts_size 100
performance_schema_max_cond_classes
8
0
performance_schema_max_cond_classes
9
0
performance_schema_max_cond_instances 1000
performance_schema_max_digest_length 1024
performance_schema_max_file_classes 50
...
...
mysql-test/suite/perfschema/r/privilege_table_io.result
View file @
2833e906
...
...
@@ -38,7 +38,7 @@ performance_schema_events_statements_history_size 10
performance_schema_events_waits_history_long_size 10000
performance_schema_events_waits_history_size 10
performance_schema_hosts_size 100
performance_schema_max_cond_classes
8
0
performance_schema_max_cond_classes
9
0
performance_schema_max_cond_instances 1000
performance_schema_max_digest_length 1024
performance_schema_max_file_classes 50
...
...
mysql-test/suite/perfschema/r/start_server_no_cond_inst.result
View file @
2833e906
...
...
@@ -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
8
0
performance_schema_max_cond_classes
9
0
select count(*) > 0 from performance_schema.setup_instruments
where name like "wait/synch/cond/%";
count(*) > 0
...
...
mysql-test/suite/perfschema/r/start_server_variables.result
View file @
2833e906
...
...
@@ -33,7 +33,7 @@ performance_schema_events_statements_history_size 10
performance_schema_events_waits_history_long_size 10000
performance_schema_events_waits_history_size 10
performance_schema_hosts_size 100
performance_schema_max_cond_classes
8
0
performance_schema_max_cond_classes
9
0
performance_schema_max_cond_instances 1000
performance_schema_max_digest_length 1024
performance_schema_max_file_classes 50
...
...
storage/perfschema/pfs_server.h
View file @
2833e906
...
...
@@ -35,7 +35,7 @@
#define PFS_MAX_RWLOCK_CLASS 40
#endif
#ifndef PFS_MAX_COND_CLASS
#define PFS_MAX_COND_CLASS
8
0
#define PFS_MAX_COND_CLASS
9
0
#endif
#ifndef PFS_MAX_THREAD_CLASS
#define PFS_MAX_THREAD_CLASS 50
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment