diff options
author | Eric Herman <eric@freesa.org> | 2021-07-02 08:20:37 +0200 |
---|---|---|
committer | Eric Herman <eric@freesa.org> | 2021-07-19 18:44:37 +0200 |
commit | 6681ee68d1c7321f8b770ed738e09486c74bf930 (patch) | |
tree | c6c14aeb6642755e9e9527368853a95d68f6c388 /mysql-test/include/column_compression_syntax_varbinary.inc | |
parent | 8c55a903a274145a2400989966bfd86f3ac10e4b (diff) | |
download | mariadb-git-bb-10.7-mdev23143.tar.gz |
MDEV-23143 Add JSON_EQUALS functionbb-10.7-mdev23143
This patch implements JSON_EQUALS SQL function. The function takes
advantage of the json_normalize functionality and does the following:
norm_a = json_normalize(a)
norm_b = json_normalize(b)
return strcmp(norm_a, norm_b)
Co-authored-by: Vicențiu Ciorbaru <vicentiu@mariadb.org>
Diffstat (limited to 'mysql-test/include/column_compression_syntax_varbinary.inc')
0 files changed, 0 insertions, 0 deletions