1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

MDEV-19160 json_pretty() alias for json_detailed()

This commit is contained in:
Weijun-H
2023-01-08 08:43:02 +00:00
parent 17920291a6
commit 12618cfb28
3 changed files with 33 additions and 0 deletions

View File

@ -812,6 +812,7 @@ insert into t200 values
select JSON_DETAILED(JSON_EXTRACT(a, '$**.analyzing_range_alternatives')) from t200;
select JSON_PRETTY(JSON_EXTRACT(a, '$**.analyzing_range_alternatives')) from t200;
select JSON_LOOSE(JSON_EXTRACT(a, '$**.analyzing_range_alternatives')) from t200;
drop table t200;