summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22696 TP_pool_generic::set_pool_size logic so that it marks each connect...Vladislav Vaintroub2020-05-252-10/+33
* MDEV-22696 Threadpool : make sure thd->event_scheduler.data does not change a...Vladislav Vaintroub2020-05-251-4/+4
* Threadpool - support changing group on Windows with generic thread poolVladislav Vaintroub2020-05-251-5/+30
* Only apply wsrep_trx_fragment_size to InnoDB tablesMonty2020-05-232-2/+5
* Fixed access to undefined memory found by valgrind and MSANMonty2020-05-234-5/+6
* Update galera to work with independent sub transactionsMonty2020-05-235-10/+30
* Aria will now register it's transactionsMonty2020-05-2327-280/+420
* Change THD->transaction to a pointer to enable multiple transactionsMonty2020-05-2328-302/+308
* Fix that BACKUP STAGE BLOCK_COMMIT blocks commit to the Aria engineMonty2020-05-233-20/+91
* Remove unneeded this-> usage from sql_lex.ccMonty2020-05-231-7/+7
* Proper fix of User_variables_tracker::storeMonty2020-05-231-3/+3
* Performance improvements to test if WSREP if activeMonty2020-05-233-56/+81
* Merge branch '10.4' into 10.5Sujatha2020-05-201-1/+3
|\
| * 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-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
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-202-1/+19
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-201-0/+17
| |\ \ \ \ | | |/ / /
| | * | | MDEV-22391 Assertion `0' failed in Item_type_holder::val_str on utf16 charset...Alexander Barkov2020-05-201-0/+17
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-191-1/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-05-192-2/+2
| | |\ \ \ | | | |/ /
| | | * | 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.4' into 10.5Alexander Barkov2020-05-196-100/+165
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2020-05-196-106/+166
| |\ \ \ \ | | |/ / /
| | * | | MDEV-21995 Server crashes in Item_field::real_type_handler with table value c...Alexander Barkov2020-05-196-106/+165
| | * | | MDEV-22615 system_time_zone may be incorrectly reported as "unknown".Vladislav Vaintroub2020-05-181-1/+1
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-1813-28/+104
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-182-17/+35
| |\ \ \ \ | | |/ / /
| | * | | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2020-05-162-16/+34
| | |\ \ \ | | | |/ /
| | | * | 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.3 into 10.4Marko Mäkelä2020-05-161-3/+6
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-05-161-3/+6
| | |\ \ \ | | | |/ /
| | | * | 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
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-164-2/+30
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-05-154-2/+30
| | |\ \ \ | | | |/ /
| | | * | 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 10.3 into 10.4Marko Mäkelä2020-05-166-8/+35
| |\ \ \ \ | | |/ / /
| | * | | Fixed access to uninitalized memory found by valgrindMonty2020-05-151-2/+3
| | * | | MDEV-18100: User defined aggregate functions not working correctly when the s...Varun Gupta2020-05-152-4/+6
| | * | | MDEV-22560 Crash on a table value constructor with an SP variableAlexander Barkov2020-05-151-1/+8
| | * | | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2020-05-141-0/+2
| | |\ \ \ | | | |/ /
| | | * | 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