mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
fix the test for --view
This commit is contained in:
@ -1155,7 +1155,9 @@ SELECT JSON_REMOVE('{"A": { "B": 1 }}', '$.A.B.C.D');
|
|||||||
SET @save_collation_connection= @@collation_connection;
|
SET @save_collation_connection= @@collation_connection;
|
||||||
|
|
||||||
SET collation_connection='utf16_bin';
|
SET collation_connection='utf16_bin';
|
||||||
|
--disable_service_connection
|
||||||
SELECT JSON_EXTRACT('{"a": 1,"b": 2}','$.a');
|
SELECT JSON_EXTRACT('{"a": 1,"b": 2}','$.a');
|
||||||
|
--enable_service_connection
|
||||||
|
|
||||||
SET @@collation_connection= @save_collation_connection;
|
SET @@collation_connection= @save_collation_connection;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user