summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Fix GCC -Wunused-functionMarko Mäkelä2020-06-101-1/+2
* Fixed compilation error in DCMAKE_BUILD_TYPE=mysql_release mode when WSREP en...Julius Goryavsky2020-06-102-0/+4
* MDEV-22399: Remove multiple calls to enable and disable Handler::keyread and ...Varun Gupta2020-06-102-71/+111
* MDEV-22836: Server crashes in err_conv / ErrBuff::set_strVarun Gupta2020-06-091-0/+5
* remove dead codeSergei Golubchik2020-06-097-91/+3
* MDEV-21765 Possibly inconsistent behavior of BIT_xx functions with INET6 fieldAlexander Barkov2020-06-091-0/+2
* Merge 10.4 into 10.5Marko Mäkelä2020-06-085-8/+30
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-06-085-8/+30
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-06-083-5/+16
| | |\
| | | * MDEV-22748 MariaDB crash on WITH RECURSIVE large queryIgor Babaev2020-06-063-5/+15
| | * | Don't allow ALTER TABLE ... ORDER BY on SEQUENCE objectsMonty2020-06-071-0/+5
| | * | Don't allow illegal create options for SEQUENCEMonty2020-06-071-1/+7
| | * | MDEV-22822 sql_mode="oracle" cannot declare without variable errorsAlexander Barkov2020-06-071-2/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-06-076-6/+18
|\ \ \ \ | |/ / /
| * | | MDEV-22719 Long unique keys are not created when individual key_part->length ...Sachin2020-06-071-0/+2
| * | | MDEV-21804 Assertion `marked_for_read()' failed upon INSERT into table with l...Sachin2020-06-071-2/+2
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-06-064-4/+14
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-06-069-14/+251
| | |\ \ | | | |/
| | | * Merge 10.1 into 10.2Marko Mäkelä2020-06-063-4/+10
| | | |\
| | | | * MDEV-22715: SIGSEGV in radixsort_for_str_ptr and in native_compare/my_qsort2 ...Varun Gupta2020-06-053-4/+10
| | | * | MDEV-22042 Server crash in Item_field::print on ANALYZE FORMAT=JSONIgor Babaev2020-06-051-0/+4
| | | * | Merge 10.1 into 10.2Julius Goryavsky2020-06-056-10/+237
| | | |\ \ | | | | |/
| | | | * MDEV-22763 backporting MDEV-20225 fix into 10.1sjaakola2020-06-036-12/+236
* | | | | MDEV-20305 Data loss on DOUBLE and DECIMAL conversion to INTAlexander Barkov2020-06-066-91/+395
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-06-055-8/+16
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-06-054-6/+10
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-06-052-5/+6
| | |\ \ \ | | | |/ /
| | | * | MDEV-22339 - Assertion `str_length < len' failedSergey Vojtovich2020-06-041-4/+4
| | | * | MDEV-16230: Server crashes when Analyze format=json is run with a window func...Varun Gupta2020-06-041-1/+2
| | * | | MDEV-22112 Assertion `tab_part_info->part_type == RANGE_PARTITION || tab_part...Aleksey Midenkov2020-06-042-1/+4
| * | | | MDEV-21626: Optimizer misses the details about the picked join orderVarun Gupta2020-06-041-0/+3
* | | | | MDEV-21282 Assertion 'mariadb_table' failed in gcol.innodb_virtual_debug_purgeThirunarayanan Balathandayuthapani2020-06-051-1/+2
* | | | | MDEV-6268 SPIDER table with no COMMENT clause causes queries to wait foreverKentoku SHIBA2020-06-053-3/+14
* | | | | MDEV-19002 Spider performance optimization with partitionKentoku SHIBA2020-06-051-0/+4
* | | | | MDEV-22753 Server crashes upon INSERT into versioned partitioned table with W...Nikita Malyavin2020-06-051-0/+7
* | | | | MDEV-22599 WITHOUT OVERLAPS does not work with prefix indexesNikita Malyavin2020-06-051-1/+2
* | | | | MDEV-22434 UPDATE on RocksDB table with WITHOUT OVERLAPS failsNikita Malyavin2020-06-051-1/+3
* | | | | MDEV-21902 Nested JSON_ARRAYAGG in JSON_OBJECT should not get escaped.Alexey Botchkov2020-06-041-0/+1
* | | | | MDEV-21914 JSON_ARRAYAGG doesn't reject ORDER BY clause, but doesn't work eit...Alexey Botchkov2020-06-044-18/+76
* | | | | MDEV-22084 Squared brackets missing from JSON_ARRAYAGG when used in a view.Alexey Botchkov2020-06-041-4/+8
* | | | | MDEV-22640, MDEV-22449, MDEV-21528 JSON_ARRAYAGG crashes with NULL values.Alexey Botchkov2020-06-044-28/+32
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-06-039-294/+283
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-06-039-296/+283
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-06-029-307/+292
| | |\ \ \ | | | |/ /
| | | * | Merge 10.1 into 10.2Marko Mäkelä2020-06-019-304/+288
| | | |\ \ | | | | |/
| | | | * Thread safe histograms loadingSergey Vojtovich2020-05-294-103/+34
| | | | * Thread safe statistics loadingSergey Vojtovich2020-05-293-60/+116
| | | | * Simplified away statistics_for_tables_is_needed()Sergey Vojtovich2020-05-291-81/+31
| | | | * MDEV-22744 *SAN: sql/item_xmlfunc.cc:791:43: runtime error: downcast of addre...Alexander Barkov2020-05-291-2/+1
| | | | * fix pre-definition for embedded server for find_user_or_anon()Anel Husakovic2020-05-281-28/+22