[MXS-4604] Qlafilter doesn't handle pipelined queries correctly Created: 2023-04-28 Updated: 2023-09-28 Resolved: 2023-09-26 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | qlafilter |
| Affects Version/s: | 2.5.25, 6.4.6, 22.08.5, 23.02.1, 23.08.1 |
| Fix Version/s: | 23.08.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-190, MXS-SPRINT-191 |
| Description |
|
If more than one query is in transit, any non-matching queries done in the same batch also get logged. The log messages also use the SQL of the matching query that came before or after it resulting in what appears to be duplicate execution of a statement. |