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:
@ -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.
|
||||
|
Reference in New Issue
Block a user