summaryrefslogtreecommitdiff
path: root/mysql-test/main/func_json.test
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2020-10-29 13:03:08 +0100
committerSergei Golubchik <serg@mariadb.org>2020-10-29 13:03:08 +0100
commit0697d75cd052e809b05cc3e812f5e48209c04b4c (patch)
tree16524035d92e3d78dc27db00dbc30198aa84db78 /mysql-test/main/func_json.test
parentf6549e95448e5cce52336361f5a59d1edcdac46a (diff)
parentc05e571e7d53ba11a3422490cff0d93e6691ea62 (diff)
downloadmariadb-git-0697d75cd052e809b05cc3e812f5e48209c04b4c.tar.gz
Merge commit 'c05e571e7d53ba11a3422490cff0d93e6691ea62' into HEAD10.5-merge
Diffstat (limited to 'mysql-test/main/func_json.test')
-rw-r--r--mysql-test/main/func_json.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/main/func_json.test b/mysql-test/main/func_json.test
index 04e16c02e6d..a77f7d8bd5b 100644
--- a/mysql-test/main/func_json.test
+++ b/mysql-test/main/func_json.test
@@ -528,6 +528,7 @@ DROP TABLE merge_t;
SELECT JSON_MERGE_PATCH('{"a":"b"}', NULL, '{"c":"d"}');
SELECT JSON_MERGE_PATCH(NULL, '[1,2,3]');
+SELECT JSON_MERGE_PATCH(NULL, 'a');
SELECT JSON_MERGE_PATCH('{"a":"b"}', NULL, '[1,2,3]', '{"c":null,"d":"e"}');
--error ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT