diff options
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/r/func_json.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/func_json.result b/mysql-test/r/func_json.result index bfee73c2eef..e72da47e4ae 100644 --- a/mysql-test/r/func_json.result +++ b/mysql-test/r/func_json.result @@ -552,3 +552,6 @@ json_set('[]', '$[0][0]', 100) SELECT json_set('[]', '$[0][0][0]', 100); json_set('[]', '$[0][0][0]', 100) [] +SELECT JSON_search( '{"": "a"}', "one", 'a'); +JSON_search( '{"": "a"}', "one", 'a') +"$." |