summaryrefslogtreecommitdiff
path: root/sql/json_table.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-27128: Implement JSON Schema Validation FUNCTIONRucha Deodhar2023-04-261-16/+0
* Merge 10.11 into 11.0Marko Mäkelä2023-03-171-2/+3
|\
| * MDEV-30805 SIGSEGV in my_convert and UBSAN: member access within null pointer...Alexander Barkov2023-03-141-2/+3
* | Added "override" to ha_heap.h, ha_myisam.h, ha_myisammrg.h and ha_sequence.hMonty2023-02-031-1/+1
* | Changing all cost calculation to be given in millisecondsMonty2023-02-021-0/+5
|/
* Merge branch '10.8' into 10.9Oleksandr Byelkin2022-10-171-1/+1
|\
| * Merge branch '10.6' into 10.7Oleksandr Byelkin2022-10-161-1/+1
| |\
| | * MDEV-28480: Assertion `0' failed in Item_row::illegal_method_call onRucha Deodhar2022-10-131-1/+1
| * | Merge 10.6 into 10.7Marko Mäkelä2022-08-021-9/+15
| |\ \ | | |/
| | * MDEV-28762: recursive call of some json functions without stack controlRucha Deodhar2022-07-291-9/+15
* | | 10.9 specific fixes for MDEV-29446 Change SHOW CREATE TABLE to display defaul...Alexander Barkov2022-09-221-1/+1
* | | MDEV-28762: recursive call of some json functions without stack controlRucha Deodhar2022-07-291-10/+15
* | | Merge 10.8 into 10.9Marko Mäkelä2022-07-281-0/+39
|\ \ \ | |/ /
| * | Merge 10.6 into 10.7Marko Mäkelä2022-07-271-0/+39
| |\ \ | | |/
| | * MDEV-28762: recursive call of some json functions without stack controlRucha Deodhar2022-07-261-8/+32
| | * MDEV-28762: recursive call of some json functions without stack controlRucha Deodhar2022-07-201-0/+15
* | | Merge 10.8 into 10.9Marko Mäkelä2022-06-071-1/+30
|\ \ \ | |/ /
| * | Merge 10.6 into 10.7Marko Mäkelä2022-06-021-1/+30
| |\ \ | | |/
| | * MDEV-25875: JSON_TABLE: extract document fragment into JSON columnRucha Deodhar2022-05-311-1/+1
| | * MDEV-25875: JSON_TABLE: extract document fragment into JSON columnAlexey Botchkov2022-05-311-1/+30
* | | Step#1 MDEV-27896 Wrong result upon `COLLATE latin1_bin CHARACTER SET latin1`...Alexander Barkov2022-05-231-1/+1
* | | MDEV-27911: Implement range notation for json pathRucha Deodhar2022-04-151-1/+2
* | | MDEV-22224: Support JSON Path negative indexRucha Deodhar2022-04-131-2/+3
* | | MDEV-27743 Remove Lex::charsetAlexander Barkov2022-03-221-4/+18
|/ /
* | Merge branch '10.6' into 10.7Oleksandr Byelkin2022-02-041-1/+3
|\ \ | |/
| * MDEV-27696 Json table columns accept redundant COLLATE syntaxAlexander Barkov2022-01-311-1/+3
* | cleanup: MY_BITMAP mutexSergei Golubchik2021-08-261-2/+1
|/
* Change CHARSET_INFO character set and collaction names to LEX_CSTRINGMonty2021-05-191-1/+1
* Reduce usage of strlen()Monty2021-05-191-21/+26
* MDEV-17399 JSON_TABLE.Alexey Botchkov2021-04-211-1/+2
* MDEV-25149 JSON_TABLE: Inconsistency in implicit data type conversion.Alexey Botchkov2021-04-211-18/+27
* MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-211-1/+1
* MDEV-25420 JSON_TABLE: ASAN heap-buffer-overflow in Protocol::net_store_data ...Alexey Botchkov2021-04-211-0/+3
* MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-211-49/+76
* MDEV-25353 JSON_TABLE: Illegal mix of collations upon executing PS once, or S...Alexey Botchkov2021-04-211-34/+0
* MDEV-25408 JSON_TABLE: AddressSanitizer CHECK failed in Binary_string::reallo...Alexey Botchkov2021-04-211-0/+1
* MDEV-25379 JSON_TABLE: ERROR ON clauses are ignored if a column is not on sel...Alexey Botchkov2021-04-211-14/+23
* Code cleanup: thd->lex->current_select->context == s_lex here, so use s_lexSergei Petrunia2021-04-211-4/+4
* MDEV-25397: JSON_TABLE: Unexpected ER_MIX_OF_GROUP_FUNC_AND_FIELDSSergei Petrunia2021-04-211-0/+6
* MDEV-17399 JSON_TABLE.Alexey Botchkov2021-04-211-257/+26
* MDEV-25259 JSON_TABLE: Illegal mix of collations upon executing query with co...Alexey Botchkov2021-04-211-2/+2
* MDEV-25259 JSON_TABLE: Illegal mix of collations upon executing query with co...Alexey Botchkov2021-04-211-0/+2
* MDEV-25381: JSON_TABLE: ER_WRONG_OUTER_JOIN upon query with LEFT and RIGHT jo...Sergei Petrunia2021-04-211-19/+1
* MDEV-25380: JSON_TABLE: Assertion `join->best_read < double(1.797...) failsSergei Petrunia2021-04-211-0/+6
* MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-211-11/+13
* MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-211-2/+144
* MDEV-25255 JSON_TABLE: CREATE TABLE ignores NULL ON ERROR (implicit or explic...Alexey Botchkov2021-04-211-0/+1
* MDEV-25146 JSON_TABLE: Non-descriptive + wrong error messages upon trying to ...Alexey Botchkov2021-04-211-9/+18
* MDEV-25263 JSON_TABLE: json_table test fails with valgrind.Alexey Botchkov2021-04-211-4/+1
* MDEV-25183 JSON_TABLE: CREATE VIEW involving NESTED PATH ends up with invalid...Alexey Botchkov2021-04-211-6/+5