summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Add support to INT32, UINT64bb-anel-json-v2Anel Husakovic2019-06-031-27/+60
* Add summary tests json object only for reviewAnel Husakovic2019-05-243-22/+47
* Add parsing of of mysql json object with INT values (0x5)Anel Husakovic2019-05-242-14/+29
* Cosmetic fixes of json object and todo string valueAnel Husakovic2019-05-243-71/+72
* Add parsing of mysql json object with string values(0xc)Anel Husakovic2019-05-231-2/+52
* Add test2Anel Husakovic2019-05-133-11/+115
* Add new file mysql_json instead of everythingAnel Husakovic2019-05-075-184/+160
* Add parse_array_or_object()Anel Husakovic2019-05-072-7/+61
* Drop json_mysql_binary.cc and json_dom.cc 1Anel Husakovic2019-05-072-3/+157
* Adding changes to compileAnel Husakovic2019-04-304-14/+16
* Finish milestone 1: Read MySQL json dataAnel Husakovic2019-04-3017-8/+8849
* Merge 10.2 into 10.3Marko Mäkelä2019-04-2710-19/+113
|\
| * MDEV-16518 MYSQL57_GENERATED_FIELD: The code in TABLE_SHARE::init_from_binary...Alexander Barkov2019-04-261-1/+2
| * MDEV-16240: Assertion `0' failed in row_sel_convert_mysql_key_to_innobasebb-10.2-MDEV-16240Oleksandr Byelkin2019-04-258-16/+108
| * MDEV-17036: BULK with replace doesn't take the first parameter in accountOleksandr Byelkin2019-04-251-1/+2
* | Merge 10.2 into 10.3Marko Mäkelä2019-04-2512-18/+46
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2019-04-2512-19/+86
| |\
| | * Merge 5.5 into 10.1Marko Mäkelä2019-04-241-0/+1
| | |\
| | | * MDEV-15772 Potential list overrun during XA recoveryThirunarayanan Balathandayuthapani2019-04-241-0/+1
| | | * MDEV-17610 Unexpected connection abort after certain operations from within s...Vladislav Vaintroub2019-04-041-7/+8
| | * | MDEV-9465 The constructor StringBuffer(const char *str, size_t length, const ...Alexander Barkov2019-04-231-5/+0
| | * | MDEV-17605 Statistics for InnoDB table is wrong if persistent statistics is usedIgor Babaev2019-04-223-1/+12
| | * | MDEV-18920 Prepared statements with st_convexhull hang and eat 100% cpu.Alexey Botchkov2019-04-221-0/+2
| | * | Fixing -Werror=format-overflow errors (found by gcc-8.3.1)Alexander Barkov2019-04-221-1/+1
| | * | MDEV-14041 Server crashes in String::length on queries with functions and ROLLUPAlexander Barkov2019-04-222-4/+46
| | * | MDEV-17299 Assertion `maybe_null' failed in make_sortkeyAlexander Barkov2019-04-191-0/+2
| | * | MDEV-17830 Server crashes in Item_null_result::field_type upon SELECT with CH...Alexander Barkov2019-04-171-0/+10
| | * | MDEV-18300: ASAN error in Field_blob::get_key_image upon UPDATE with subqueryVarun Gupta2019-04-112-0/+4
| | * | MDEV-17610 Unexpected connection abort after certain operations fromVladislav Vaintroub2019-04-042-8/+8
| * | | MDEV-15837: Assertion `item1->type() == Item::FIELD_ITEM && item2->type() == ...Varun Gupta2019-04-241-0/+16
| * | | MDEV-17796 WHERE filter is ignored by DISTINCT IFNULL(GROUP_CONCAT(X), Y)Igor Babaev2019-04-231-1/+2
* | | | MDEV-19239 ERROR 1300 (HY000): Invalid utf8 character string in 10.3.13-MariaDBAlexander Barkov2019-04-211-1/+19
* | | | Backporting from 10.4 to 10.3: MDEV-17325 NULL-ability problems with LEAST() ...Alexander Barkov2019-04-202-0/+93
* | | | MDEV-18096 The server would crash when has configs rpl_semi_sync_master_enabl...Andrei Elkin2019-04-192-19/+15
* | | | MDEV-18092 Query with the table I_S.PARAMETERS stop working after a package i...Alexander Barkov2019-04-181-1/+2
* | | | Typo fix in sql_sequence.ccwayne2019-04-151-2/+2
* | | | MDEV-19236 Improve error message for ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_...Eugene Kosov2019-04-121-1/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-04-081-1/+1
|\ \ \ \ | |/ / /
| * | | copy-paste error fixedSergei Golubchik2019-04-071-1/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-04-073-15/+26
|\ \ \ \ | |/ / /
| * | | MDEV-19112 WITH clause does not work with information_schema as default databaseIgor Babaev2019-04-053-14/+26
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-04-041-1/+0
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-04-043-3/+0
| |\ \ \ | | |/ /
| | * | Fix clang -Wunused-private-fieldMarko Mäkelä2019-04-033-5/+1
| | * | Remove unused declarationsMarko Mäkelä2019-04-032-16/+0
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-04-031-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-04-031-1/+1
| |\ \ \ | | |/ /
| | * | MDEV-18298 Crashes server with segfault during role grantsSergei Golubchik2019-04-021-1/+1
* | | | post-merge: -Werror fixes in 10.3Sergei Golubchik2019-03-291-1/+1
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2019-03-2912-66/+40
|\ \ \ \ | |/ / /