summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
| * MDEV-22312: Bad error message for SET DEFAULT ROLE when user account is not g...Anel Husakovic2020-05-284-42/+97
| * MDEV-15152 Optimistic parallel slave doesnt cope well with START SLAVE UNTILAndrei Elkin2020-05-264-19/+102
* | Fix cmake warning - custom command succeeds without creating own OUTPUT.Vladislav Vaintroub2020-05-291-0/+1
* | assert(a && b); -> assert(a); assert(b);Sergei Golubchik2020-05-271-7/+10
* | Revert "MDEV-12445 : Rocksdb does not shutdown worker threads and aborts in m...Sergei Golubchik2020-05-271-1/+0
* | MDEV-21958 Query having many NOT-IN clauses running forever and causing avail...Sergei Golubchik2020-05-271-0/+1
* | bugfix: use THD::main_mem_root for kill error messageSergei Golubchik2020-05-271-1/+2
* | MDEV-22558 wrong error for invalid utf8 table commentSergei Golubchik2020-05-271-0/+19
* | Fixed crash in aria recovery when using bulk insertMonty2020-05-262-7/+14
* | MDEV-15152 Optimistic parallel slave doesnt cope well with START SLAVE UNTILAndrei Elkin2020-05-264-20/+103
* | MDEV-20015 Assertion `!in_use->is_error()' failed in TABLE::update_virtual_fieldAleksey Midenkov2020-05-261-3/+5
* | Merge 10.1 into 10.2Marko Mäkelä2020-05-261-0/+1
|\ \ | |/
| * MDEV-21495: Conditional jump or move depends on uninitialised value in sel_ar...Varun Gupta2020-05-261-0/+1
* | MDEV-19751 Wrong partitioning by KEY() after primary key droppedAleksey Midenkov2020-05-261-0/+22
* | MDEV-22461: JOIN::make_aggr_tables_info(): Assertion `select_options & (1ULL ...Varun Gupta2020-05-252-5/+12
* | MDEV-22545: my_vsnprintf behaves not as in C standardOleksandr Byelkin2020-05-243-190/+202
* | Fixed compiler failure on windowsMonty2020-05-231-1/+1
* | Fixed deadlock with LOCK TABLES and ALTER TABLEMonty2020-05-2312-34/+107
* | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2020-05-222-59/+131
|\ \ | |/
| * MDEV-22111 ERROR 1064 & 1033 and SIGSEGV on CREATE TABLE w/ various charsets ...Alexander Barkov2020-05-222-60/+133
* | MDEV-22451: SIGSEGV in __memmove_avx_unaligned_erms/memcpy from _my_b_write o...Sujatha2020-05-201-1/+3
|\ \ | |/
| * MDEV-22451: SIGSEGV in __memmove_avx_unaligned_erms/memcpy from _my_b_write o...Sujatha2020-05-201-1/+3
* | MDEV-22591 Debug build crashes on EXECUTE IMMEDIATE '... WHERE ?' USING IGNOREAlexander Barkov2020-05-191-1/+0
* | Merge 10.1 into 10.2Marko Mäkelä2020-05-191-1/+2
|\ \ | |/
| * MDEV-22520 Assertion `gathered_length == thd->lex->comment.length` failed in ...Andrei Elkin2020-05-181-1/+2
* | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2020-05-162-14/+36
|\ \ | |/
| * MDEV-22579 No error when inserting DEFAULT(non_virtual_column) into a virtual...Alexander Barkov2020-05-152-4/+13
* | Merge 10.1 into 10.2Marko Mäkelä2020-05-151-3/+6
|\ \ | |/
| * MDEV-22498: SIGSEGV in Bitmap<64u>::merge on SELECTVarun Gupta2020-05-141-3/+6
* | Amend af784385b4a2b286000fa2c658e34283fe7bba60: Avoid vtable overheadMarko Mäkelä2020-05-152-4/+13
* | Fix for using uninitialized memoryMonty2020-05-153-0/+16
* | Fixed bugs found by valgrindMonty2020-05-152-1/+3
* | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2020-05-141-0/+2
|\ \ | |/
| * MDEV-22502 MDB crashes in CREATE TABLE AS SELECT when the precision of return...Alexander Barkov2020-05-141-0/+2
* | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2020-05-141-0/+3
|\ \ | |/
| * MDEV-22503 MDB limits DECIMAL column precision to 16 doing CTAS with floor/ce...Alexander Barkov2020-05-141-0/+3
* | Ensure that auto_increment fields are marked properly on updateMonty2020-05-131-0/+6
* | MDEV-22529 thd_query_safe() isn’t, causing InnoDB to hangMarko Mäkelä2020-05-121-4/+14
* | Merge branch '10.2-release' into 10.2Oleksandr Byelkin2020-05-113-1/+14
|\ \
| * \ Merge branch '10.1' into 10.2mariadb-10.2.32Oleksandr Byelkin2020-05-082-0/+12
| |\ \ | | |/
| | * MDEV-22180 Planner opens unnecessary tables when updated table is referenced ...Sergei Golubchik2020-05-081-0/+9
| | * MDEV-22180 Planner opens unnecessary tables when updated table is referenced ...Sergei Golubchik2020-05-061-0/+3
| * | MDEV-22504: Session tracking return incorrectly long traking dataOleksandr Byelkin2020-05-081-1/+2
* | | MDEV-13266: Race condition in ANALYZE TABLE / statistics collectionVarun Gupta2020-05-051-25/+21
|/ /