summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-05-028-28/+46
|\ \ | |/
| * Merge branch '5.5' into 10.1Oleksandr Byelkin2020-04-306-24/+36
| |\
| | * correct off-by-one error in CONCATSergei Golubchik2020-04-301-1/+1
| | * Bug#30628268: OUT OF MEMORY CRASHSivert Sorumgard2020-04-301-1/+3
| | * Bug#29915479 RUNNING COM_REGISTER_SLAVE WITHOUT COM_BINLOG_DUMP CAN RESULTS I...Sergei Golubchik2020-04-303-1/+3
| | * cleanup: remove dbug keywords that are never usedSergei Golubchik2020-04-291-33/+0
| | * Bug#28388217 - SERVER CAN FAIL WHILE REPLICATING CONDITIONAL COMMENTSMaheedhar PV2020-04-291-4/+14
| | * MDEV-21932 Another attempt to fix the bug .Igor Babaev2020-04-171-18/+16
| * | MDEV-22419 update windows timezone data from using newest ICU sourceVladislav Vaintroub2020-04-302-4/+6
* | | MDEV-20685: compile fixes for Solaris/OSX/AIXDaniel Black2020-04-291-1/+2
* | | MDEV-22337 Assertion `Alloced_length >= (str_length + length +...Alexey Botchkov2020-04-291-1/+9
* | | Merge 10.1 into 10.2Marko Mäkelä2020-04-2710-36/+40
|\ \ \ | |/ /
| * | MDEV-22271 Excessive stack memory usage due to WSREP_LOGSergei Golubchik2020-04-272-9/+4
| * | MDEV-22203: WSREP_ON is unnecessarily expensive to evaluateMarko Mäkelä2020-04-279-37/+37
| * | Fix clang 10 warningsMarko Mäkelä2020-04-271-2/+2
| * | MDEV-22271: Follow-up fix of --embeddedMarko Mäkelä2020-04-271-1/+10
* | | cleanup THR_KEY_mysysEugene Kosov2020-04-251-6/+5
* | | Merge 10.1 into 10.2Marko Mäkelä2020-04-223-14/+25
|\ \ \ | |/ /
| * | MDEV-22271 Excessive stack memory usage due to WSREP_LOGMarko Mäkelä2020-04-172-7/+13
| * | Merge branch '5.5' into 10.1Varun Gupta2020-04-161-6/+11
| |\ \ | | |/