diff options
author | Rucha Deodhar <rucha.deodhar@mariadb.com> | 2023-03-02 17:19:36 +0530 |
---|---|---|
committer | Rucha Deodhar <rucha.deodhar@mariadb.com> | 2023-04-26 11:00:09 +0530 |
commit | 2c4c7c8b02140ff3abb8325f6261ccf1ae18b477 (patch) | |
tree | eb823175f618dc8d059bc34eb05baba638170891 /mysql-test/t/query_cache_wlock_invalidate_basic.test | |
parent | dffd1679ba97e5e8145575f0f11cb87553670c6f (diff) | |
download | mariadb-git-2c4c7c8b02140ff3abb8325f6261ccf1ae18b477.tar.gz |
MDEV-30704: JSON_SCHEMA_VALID: multipleOf must be greater than zero
Analysis: multipleOf must be strictly greater then 0. However the
implementation only disallowed values strcitly less than 0
Fix: check if value is less than or equal to 0 instead of less than 0 and
return true.
Also fixed the incorrect return value for some other keywords.
Diffstat (limited to 'mysql-test/t/query_cache_wlock_invalidate_basic.test')
0 files changed, 0 insertions, 0 deletions