1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-27691: make working view-protocol

Update tests for version 10.7
This commit is contained in:
Lena Startseva
2022-09-27 17:47:12 +07:00
parent 410a07277f
commit cee61e37b9
5 changed files with 37 additions and 0 deletions

View File

@ -15,11 +15,14 @@ select json_equals('{"a":[1, 2, 3]}', '{"a":[1, 2, 3, 4]}');
select json_equals('{"a":[1, 2, 3]}', '{"a":[1, 2, 3]}');
#enable after fix MDEV-27871
--disable_view_protocol
select json_equals('{"țanțoș":[1, 2, "ț", {"some uâ߀":"uâßr"}]}',
'{"țanțoș":[1, 2, "ț", {"some uâ߀":"uâßr"}]}');
select json_equals('{"a" : [0.123456789123456789], "b" : [1, 2, 3]}',
'{"b" : [1, 2, 3], "a" : [0.123456789123456789]}');
--enable_view_protocol
--echo #
--echo # Test max json depth for json_equals.