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
7610c9eb
Commit
7610c9eb
authored
Jan 21, 2010
by
Marc Alff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed merge problem (naming of CRYPTO_dynlock_value::lock in the tests)
parent
62fcfbd6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
mysql-test/suite/perfschema/r/dml_setup_instruments.result
mysql-test/suite/perfschema/r/dml_setup_instruments.result
+1
-2
mysql-test/suite/perfschema/t/dml_setup_instruments.test
mysql-test/suite/perfschema/t/dml_setup_instruments.test
+1
-1
No files found.
mysql-test/suite/perfschema/r/dml_setup_instruments.result
View file @
7610c9eb
...
...
@@ -16,10 +16,9 @@ wait/synch/mutex/sql/LOCK_delayed_insert YES YES
wait/synch/mutex/sql/LOCK_delayed_status YES YES
select * from performance_schema.SETUP_INSTRUMENTS
where name like 'Wait/Synch/Rwlock/sql/%'
and name not in ('wait/synch/
mutex
/sql/CRYPTO_dynlock_value::lock')
and name not in ('wait/synch/
rwlock
/sql/CRYPTO_dynlock_value::lock')
order by name limit 10;
NAME ENABLED TIMED
wait/synch/rwlock/sql/CRYPTO_dynlock_value::lock YES YES
wait/synch/rwlock/sql/LOCK_dboptions YES YES
wait/synch/rwlock/sql/LOCK_grant YES YES
wait/synch/rwlock/sql/LOCK_system_variables_hash YES YES
...
...
mysql-test/suite/perfschema/t/dml_setup_instruments.test
View file @
7610c9eb
...
...
@@ -40,7 +40,7 @@ select * from performance_schema.SETUP_INSTRUMENTS
select
*
from
performance_schema
.
SETUP_INSTRUMENTS
where
name
like
'Wait/Synch/Rwlock/sql/%'
and
name
not
in
(
'wait/synch/
mutex
/sql/CRYPTO_dynlock_value::lock'
)
and
name
not
in
(
'wait/synch/
rwlock
/sql/CRYPTO_dynlock_value::lock'
)
order
by
name
limit
10
;
# COND_handler_count is dependent on the build (Windows only)
...
...
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