[MDEV-31522] Cursor protocol returns rows_sent=0 from mysql.slow_log (v. 10.4, 10.5) and from v. 10.6 empty result for all colums Created: 2023-06-22 Updated: 2023-11-28 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.4, 10.5, 10.6, 10.9, 10.10, 11.0, 11.1, 11.2 |
| Fix Version/s: | 10.4, 10.5, 10.6, 11.0, 11.1, 11.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Lena Startseva | Assignee: | Oleksandr Byelkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Information is incorrectly written when executing queries "SELECT " from table t1. Testcase:
Case:
Expected result:
Actual result (v. 10.4, 10.4):
Actual result (from v.10.6):
|
| Comments |
| Comment by Lena Startseva [ 2023-06-23 ] | |||||||||
|
The same problem with found_rows() and aggregate function: Case:
Expected result:
Actual result: (with --cursor-protocol)
|