Skip to content

Commit 40dd5b8

Browse files
committed
fix the test for --view
1 parent 90d376e commit 40dd5b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mysql-test/main/func_json.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,9 @@ SELECT JSON_REMOVE('{"A": { "B": 1 }}', '$.A.B.C.D');
11551155
SET @save_collation_connection= @@collation_connection;
11561156

11571157
SET collation_connection='utf16_bin';
1158+
--disable_service_connection
11581159
SELECT JSON_EXTRACT('{"a": 1,"b": 2}','$.a');
1160+
--enable_service_connection
11591161

11601162
SET @@collation_connection= @save_collation_connection;
11611163

0 commit comments

Comments
 (0)