1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-19160 JSON_DETAILED output unnecessarily verbose

This commit is contained in:
Weijun-H
2023-01-04 18:44:03 +00:00
parent fb0808c450
commit 111a752b96
8 changed files with 327 additions and 279 deletions

View File

@ -20,7 +20,6 @@ select json_detailed(JSON_EXTRACT(trace, '$**.ranges'))
from information_schema.optimizer_trace;
json_detailed(JSON_EXTRACT(trace, '$**.ranges'))
[
[
"(1) <= (key1) <= (1)",
"(2) <= (key1) <= (2)",