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
69c07f70
Commit
69c07f70
authored
Jun 13, 2024
by
Monty
Committed by
Oleksandr Byelkin
Jun 13, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix MDEV-32441 stability
parent
1849dfef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
mysql-test/main/status2.result
mysql-test/main/status2.result
+1
-0
mysql-test/main/status2.test
mysql-test/main/status2.test
+1
-0
No files found.
mysql-test/main/status2.result
View file @
69c07f70
...
...
@@ -174,6 +174,7 @@ select examined_rows, sent_rows, info from information_schema.processlist where
examined_rows sent_rows info
2 2 select * from t where a between 1 and 2
set debug_sync='now signal go';
set debug_sync='now WAIT_FOR parked';
select examined_rows, sent_rows, info from information_schema.processlist where id=#;
examined_rows sent_rows info
3 3 select * from t where a between 4 and 6
...
...
mysql-test/main/status2.test
View file @
69c07f70
...
...
@@ -170,6 +170,7 @@ set debug_sync='now WAIT_FOR parked';
--
replace_result
$replace_conid
id
=
#
eval
select
examined_rows
,
sent_rows
,
info
from
information_schema
.
processlist
where
id
=
$conid
;
set
debug_sync
=
'now signal go'
;
set
debug_sync
=
'now WAIT_FOR parked'
;
--
replace_result
$replace_conid
id
=
#
eval
select
examined_rows
,
sent_rows
,
info
from
information_schema
.
processlist
where
id
=
$conid
;
set
debug_sync
=
'now signal go'
;
...
...
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