Commit 49f351f
committed
MDEV-36835 - main.aborted_clients fails after various tests
Some tests like main.ssl_timeout and main.wait_timeout may abort
connections. If main.aborted_clients follows such tests it may
observe unstable value of aborted_clients status variable.
FLUSH STATUS was issued to make aborted_clients value reproducible.
However after 775cba4 FLUSH STATUS doesn't reset global status.
Fixed by using FLUSH GLOBAL STATUS.
Regression after "MDEV-33145 - Add FLUSH GLOBAL STATUS".1 parent 8868737 commit 49f351f
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments