summaryrefslogtreecommitdiff
path: root/unittest/json_lib
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-19897 Rename source code variable names from utf8 to utf8mb3Alexander Barkov2019-06-281-1/+1
|
* MDEV-18531 : Use WolfSSL instead of YaSSL as "bundled" SSL/encryption libraryVladislav Vaintroub2019-05-221-1/+0
| | | | | | | | - Add new submodule for WolfSSL - Build and use wolfssl and wolfcrypt instead of yassl/taocrypt - Use HAVE_WOLFSSL instead of HAVE_YASSL - Increase MY_AES_CTX_SIZE, to avoid compile time asserts in my_crypt.cc (sizeof(EVP_CIPHER_CTX) is larger on WolfSSL)
* Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|
* MDEV-11469 JSON_SEARCH returns incorrect results.Alexey Botchkov2016-12-091-4/+4
| | | | Support for '**' in json path expressions added.
* MDEV-9143 JSON_xxx functions.Alexey Botchkov2016-10-192-0/+209
strings/json_lib.c added as a JSON library. SQL frunction added with sql/item_jsonfunc.h/cc