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

Fixed failing test main.func_json

This commit is contained in:
Monty
2023-01-12 02:48:33 +02:00
parent f3d8a546e7
commit c08dba7b28
2 changed files with 2 additions and 0 deletions

View File

@ -818,3 +818,4 @@ insert into t200 values
select JSON_DETAILED(JSON_EXTRACT(a, '$**.analyzing_range_alternatives')) from t200;
select JSON_LOOSE(JSON_EXTRACT(a, '$**.analyzing_range_alternatives')) from t200;
drop table t200;