File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
mysql-test/suite/perfschema Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
select * from performance_schema.MUTEX_INSTANCES limit 1;
2
2
NAME OBJECT_INSTANCE_BEGIN LOCKED_BY_THREAD_ID
3
- # # NULL
3
+ # # #
4
4
select * from performance_schema.MUTEX_INSTANCES
5
5
where name='FOO';
6
6
NAME OBJECT_INSTANCE_BEGIN LOCKED_BY_THREAD_ID
Original file line number Diff line number Diff line change 1
1
select * from performance_schema.RWLOCK_INSTANCES limit 1;
2
2
NAME OBJECT_INSTANCE_BEGIN WRITE_LOCKED_BY_THREAD_ID READ_LOCKED_BY_COUNT
3
- # # NULL 0
3
+ # # # #
4
4
select * from performance_schema.RWLOCK_INSTANCES
5
5
where name='FOO';
6
6
NAME OBJECT_INSTANCE_BEGIN WRITE_LOCKED_BY_THREAD_ID READ_LOCKED_BY_COUNT
Original file line number Diff line number Diff line change 18
18
--source include/not_embedded.inc
19
19
--source include/have_perfschema.inc
20
20
21
- --replace_column 1 # 2 #
21
+ --replace_column 1 # 2 # 3 #
22
22
select * from performance_schema.MUTEX_INSTANCES limit 1;
23
23
24
24
select * from performance_schema.MUTEX_INSTANCES
Original file line number Diff line number Diff line change 18
18
--source include/not_embedded.inc
19
19
--source include/have_perfschema.inc
20
20
21
- --replace_column 1 # 2 #
21
+ --replace_column 1 # 2 # 3 # 4 #
22
22
select * from performance_schema.RWLOCK_INSTANCES limit 1;
23
23
24
24
select * from performance_schema.RWLOCK_INSTANCES
You can’t perform that action at this time.
0 commit comments