[MDEV-30354] Optimizer trace does not escape double quotes, produces invalid JSON Created: 2023-01-06 Updated: 2023-11-28 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Optimizer |
| Affects Version/s: | 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 10.10, 10.11 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Sergei Petrunia |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | Papercut, beginner-friendly | ||
| Description |
|
|
| Comments |
| Comment by Hari Hara Naveen S [ 2023-01-07 ] |
|
What do we want the expanded_query to be? Something like "select octet_length(\"a\") AS `LENGTH(\"a\")`"? |
| Comment by Daniel Black [ 2023-07-06 ] |
|
yes. Look for "expanded_query" in sql/opt_trace.cc |