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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
6fc06c38
Commit
6fc06c38
authored
Jan 26, 2010
by
Marc Alff
Browse files
Options
Browse Files
Download
Plain Diff
local merge
parents
3694c5a9
f2338872
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
mysql-test/suite/perfschema/r/dml_mutex_instances.result
mysql-test/suite/perfschema/r/dml_mutex_instances.result
+1
-1
mysql-test/suite/perfschema/r/dml_rwlock_instances.result
mysql-test/suite/perfschema/r/dml_rwlock_instances.result
+1
-1
mysql-test/suite/perfschema/t/dml_mutex_instances.test
mysql-test/suite/perfschema/t/dml_mutex_instances.test
+1
-1
mysql-test/suite/perfschema/t/dml_rwlock_instances.test
mysql-test/suite/perfschema/t/dml_rwlock_instances.test
+1
-1
No files found.
mysql-test/suite/perfschema/r/dml_mutex_instances.result
View file @
6fc06c38
select * from performance_schema.MUTEX_INSTANCES limit 1;
NAME OBJECT_INSTANCE_BEGIN LOCKED_BY_THREAD_ID
# #
NULL
# #
#
select * from performance_schema.MUTEX_INSTANCES
where name='FOO';
NAME OBJECT_INSTANCE_BEGIN LOCKED_BY_THREAD_ID
...
...
mysql-test/suite/perfschema/r/dml_rwlock_instances.result
View file @
6fc06c38
select * from performance_schema.RWLOCK_INSTANCES limit 1;
NAME OBJECT_INSTANCE_BEGIN WRITE_LOCKED_BY_THREAD_ID READ_LOCKED_BY_COUNT
# #
NULL 0
# #
# #
select * from performance_schema.RWLOCK_INSTANCES
where name='FOO';
NAME OBJECT_INSTANCE_BEGIN WRITE_LOCKED_BY_THREAD_ID READ_LOCKED_BY_COUNT
...
...
mysql-test/suite/perfschema/t/dml_mutex_instances.test
View file @
6fc06c38
...
...
@@ -18,7 +18,7 @@
--
source
include
/
not_embedded
.
inc
--
source
include
/
have_perfschema
.
inc
--
replace_column
1
# 2 #
--
replace_column
1
# 2 #
3 #
select
*
from
performance_schema
.
MUTEX_INSTANCES
limit
1
;
select
*
from
performance_schema
.
MUTEX_INSTANCES
...
...
mysql-test/suite/perfschema/t/dml_rwlock_instances.test
View file @
6fc06c38
...
...
@@ -18,7 +18,7 @@
--
source
include
/
not_embedded
.
inc
--
source
include
/
have_perfschema
.
inc
--
replace_column
1
# 2 #
--
replace_column
1
# 2 #
3 # 4 #
select
*
from
performance_schema
.
RWLOCK_INSTANCES
limit
1
;
select
*
from
performance_schema
.
RWLOCK_INSTANCES
...
...
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