summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/README
diff options
context:
space:
mode:
authorEric Herman <eric@freesa.org>2021-07-02 08:20:37 +0200
committerVicențiu-Marian Ciorbaru <vicentiu@mariadb.org>2021-07-21 16:32:11 +0300
commit593885f785440358028999cb8d2c47d4b0a1e917 (patch)
treec6c14aeb6642755e9e9527368853a95d68f6c388 /mysql-test/suite/rpl/README
parentfcde34176456ee567bccb90812f4dceff674c027 (diff)
downloadmariadb-git-593885f785440358028999cb8d2c47d4b0a1e917.tar.gz
MDEV-23143 Add JSON_EQUALS function
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/suite/rpl/README')
0 files changed, 0 insertions, 0 deletions