mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +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 collation_connection='utf16_bin';
|
||||
--disable_service_connection
|
||||
SELECT JSON_EXTRACT('{"a": 1,"b": 2}','$.a');
|
||||
--enable_service_connection
|
||||
|
||||
SET @@collation_connection= @save_collation_connection;
|
||||
|
||||
|
Reference in New Issue
Block a user