[MDEV-32441] SENT_ROWS shows random wrong values when stored function is selected Created: 2023-10-10 Updated: 2023-12-15 Resolved: 2023-11-03 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Information Schema, Stored routines |
| Affects Version/s: | N/A |
| Fix Version/s: | 11.3.1 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Elena Stepanova | Assignee: | Michael Widenius |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The test case if for reproducing purposes only, don't put it into the regression suite, please create a deterministic one instead.
Not only the values above are wrong (there are only 10 rows sent), but also it jumps from non-zero to zero again (0 => 1 => 0). If the query is modified to
without WHERE condition, then the SENT_ROWS often jumps from 0 to 2147483647 and back to 0 (but the test case won't work well, as the connection will hit net writing limit).
|
| Comments |
| Comment by Michael Widenius [ 2023-10-21 ] |
|
This is a related bug (same variable name, different variable) flush status; |
| Comment by Michael Widenius [ 2023-11-03 ] |
|
Was fixed as part of |