summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2019-10-1122-191/+230
|\
| * Merge 10.3 into 10.4Marko Mäkelä2019-10-107-24/+69
| |\
| | * Fix compilation 2 (GCC 9)Aleksey Midenkov2019-10-101-0/+5
| | * Fix Mroonga compilationAleksey Midenkov2019-10-101-1/+1
| | * MDEV-17333 Assertion in update_auto_increment() upon exotic LOADAleksey Midenkov2019-10-103-5/+34
| | * MDEV-19406 Assertion on updating view of join with versioned tableAleksey Midenkov2019-10-103-10/+25
| | * MDEV-16130 wrong error message adding AS ROW START to versioned tableAleksey Midenkov2019-10-102-8/+4
| * | Merge 10.3 into 10.4Marko Mäkelä2019-10-1012-156/+152
| |\ \ | | |/
| | * After merge fix, this line was removed in adefaefSergey Vojtovich2019-10-091-1/+0
| | * Merge 10.2 into 10.3Marko Mäkelä2019-10-099-143/+135
| | |\
| | | * Merge 10.1 into 10.2Marko Mäkelä2019-10-096-110/+62
| | | |\
| | | | * MDEV-19536 - Server crash or ASAN heap-use-after-free in is_temporary_table /Sergey Vojtovich2019-10-075-64/+29
| | | | * Cleanup EITSSergey Vojtovich2019-10-023-47/+34
| | | * | MDEV-20574 Position of events reported by mysqlbinlog is wrong with encrypted...Sachin Setiya2019-10-083-35/+73
| | * | | MDEV-20591: Follow-up fixMarko Mäkelä2019-10-091-5/+7
| | * | | MDEV-20753: Sequence with limit 0 crashes serverOleksandr Byelkin2019-10-091-1/+1
| | * | | MDEV-16239 Many test in rpl suite failssachin2019-10-081-0/+1
| | * | | MDEV-20591 Wrong Number of rows in mysqlbinlog outputSachin2019-10-081-1/+10
| | * | | Cleanup mman.h includesSergey Vojtovich2019-10-022-8/+0
| | * | | MDEV-20684: innodb/query cache use madvise CORE/NOCORE on FreeBSDDaniel Black2019-10-021-2/+2
| * | | | MDEV-20740: Odd computations in calculate_cond_selectivity_for_tableSergei Petrunia2019-10-042-7/+14
* | | | | A small cleanup for MDEV-16309 Split ::create_tmp_field() into virtual method...Alexander Barkov2019-10-103-21/+28
* | | | | Merge branch '10.5' into bb-10.5-hfAlexey Botchkov2019-10-101-2/+2
|\ \ \ \ \
| * | | | | MDEV-274: Fix unresolved link-time referencesMarko Mäkelä2019-10-101-2/+2
* | | | | | Merge branch '10.5' into bb-10.5-hfAlexey Botchkov2019-10-102-3/+8
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-20783 INET6 cannot be converted to BINARY(16)Alexander Barkov2019-10-102-3/+8
* | | | | | Merge branch 'MDEV-16620' of https://github.com/markus456/server into bb-10.5-hfAlexey Botchkov2019-10-107-5/+140
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | MDEV-16620: Add JSON_ARRAYAGG functionMarkus Mäkelä2019-07-046-5/+114
* | | | | | MDEV-20785 Converting INET6 to CHAR(39) produces garbage without a warningAlexander Barkov2019-10-091-1/+1
* | | | | | MDEV-274 The data type for IPv6/IPv4 addresses in MariaDBAlexander Barkov2019-10-084-8/+28
* | | | | | MDEV-20591 Wrong Number of rows in mysqlbinlog outputSachin Setiya2019-10-081-1/+10
* | | | | | MDEV-20768 Turn INET functions into a function collection pluginAlexander Barkov2019-10-076-1514/+6
* | | | | | A cleanup for: MDEV-18010 Add classes Inet4 and Inet6Alexander Barkov2019-10-074-714/+845
* | | | | | MDEV-20764 Add MariaDB_FUNCTION_COLLECTION_PLUGINAlexander Barkov2019-10-074-93/+115
* | | | | | MDEV-20760 Add Type_handler::KEY_pack_flags()Alexander Barkov2019-10-052-10/+31
* | | | | | MDEV-20016 Add MariaDB_DATA_TYPE_PLUGINAlexander Barkov2019-10-048-22/+52
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2019-10-044-48/+86
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | MDEV-19956: Do not dereference an uninitialized pointerMarko Mäkelä2019-10-041-3/+2
| * | | | | MDEV-20225 BF aborting SP execution (#1394)seppo2019-10-013-45/+84
* | | | | | MDEV-20706: Add missing override qualifiersMarko Mäkelä2019-10-041-55/+64
* | | | | | A cleanup for MDEV-19908 Add class Type_collectionAlexander Barkov2019-10-043-20/+109
* | | | | | MDEV-20735 Allow non-reserved keywords as user defined type namesAlexander Barkov2019-10-032-4/+74
* | | | | | MDEV-20734 Allow reserved keywords as user defined type namesAlexander Barkov2019-10-034-640/+1197
* | | | | | A cleanup for MDEV-19908 Add class Type_collectionAlexander Barkov2019-10-034-47/+66
* | | | | | A cleanup for MDEV-20042 Implement EXTRA2_FIELD_DATA_TYPE_INFO in FRMAlexander Barkov2019-10-022-4/+42
* | | | | | MDEV-20721 Implement sql_type() for Field_real and Field_intAlexander Barkov2019-10-022-80/+31
* | | | | | MDEV-20716 Unify make_table_field() and make_table_field_from_def() for integ...Alexander Barkov2019-10-014-146/+39
* | | | | | MDEV-20712 Wrong data type for CAST(@a AS BINARY) for a numeric variableAlexander Barkov2019-10-011-8/+16
* | | | | | Fixing a Windows compilation failure introduced by MDEV-20706Alexander Barkov2019-10-011-1/+1
* | | | | | MDEV-20708 Change make_table_field() to get TABLE_SHARE rather than TABLEAlexander Barkov2019-10-014-71/+71