[MDEV-28131] Unexpected warning while selecting from information_schema.processlist Created: 2022-03-20 Updated: 2022-04-05 Resolved: 2022-03-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data types, Information Schema |
| Affects Version/s: | 10.3.32, 10.4.25, 10.5, 10.6, 10.7, 10.8, 10.9 |
| Fix Version/s: | 10.9.0, 10.3.35, 10.4.25, 10.5.16, 10.6.8, 10.7.4, 10.8.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Valerii Kravchuk | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Run this in one session:
and while it runs check the following simple SELECT:
Note the warning that is unexpected and I am not sure how to explain it. |
| Comments |
| Comment by Alexander Barkov [ 2022-03-21 ] | |||||||||||||||||||||||||||||||||||
|
Repeatable with this MTR test:
The output displays the mentioned warning:
| |||||||||||||||||||||||||||||||||||
| Comment by Alexander Barkov [ 2022-03-21 ] | |||||||||||||||||||||||||||||||||||
|
holyfoot, can you please review a patch: Thanks! | |||||||||||||||||||||||||||||||||||
| Comment by Alexey Botchkov [ 2022-03-21 ] | |||||||||||||||||||||||||||||||||||
|
ok to push. |