summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26127 Assertion `err != DB_DUPLICATE_KEY' failed or InnoDB: Failing asse...bb-10.6-mdev-26127Nayuta Yanagisawa2021-10-293-0/+21
* Merge 10.5 into 10.6Marko Mäkelä2021-10-2837-162/+644
|\
| * Merge 10.4 into 10.5Marko Mäkelä2021-10-2838-163/+650
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-10-2838-166/+650
| | |\
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-10-2838-163/+642
| | | |\
| | | | * MDEV-26867: Update the InnoDB version number to 5.7.36Marko Mäkelä2021-10-281-1/+1
| | | | * MDEV-26866 FOREIGN KEY…SET NULL corrupts an index on a virtual columnNikita Malyavin2021-10-289-71/+415
| | | | * Fix compile warning:bb-10.2-tmpSergei Petrunia2021-10-271-9/+7
| | | | * MDEV-25402 Assertion `!str || str != Ptr' failed in String::copyAlexander Barkov2021-10-273-1/+49
| | | | * Fix tests for PLUGIN_PARTITION=NOMarko Mäkelä2021-10-273-0/+3
| | | | * MDEV-26868: Session tracking flag in OK_PACKETDiego Dupin2021-10-261-11/+8
| | | | * pthread_yield() is depricated now, so use sched_yield() if possible.Oleksandr Byelkin2021-10-261-5/+7
| | | | * Safemalloc typo fix found by clang.Oleksandr Byelkin2021-10-261-2/+2
| | | | * Try to fix appveyor to prevent occasional failing of mysql_client_testVladislav Vaintroub2021-10-261-1/+1
| | | | * MDEV-23391 Crash/assertion CREATE OR REPLACE TABLE AS SELECT under LOCK TABLEVladislav Vaintroub2021-10-263-6/+46
| | | | * MDEV-26902 Auxilary fts table evicts during DDLbb-10.2-thiruThirunarayanan Balathandayuthapani2021-10-261-2/+2
| | | | * MDEV-22711 Assertion `nr != 0' failed in handler::update_auto_increment.bb-10.2-mdev-22711-hfAlexey Botchkov2021-10-263-6/+57
| | | | * MDEV-26556 An improper locking bug(s) due to unreleased lock.bb-10.2-mdev-26556-hfAlexey Botchkov2021-10-253-23/+13
| | | | * compilation fixes for sys-devel/gcc-11.2.0:11Sergei Golubchik2021-10-256-7/+19
| | | | * MDEV-23267 Assertion on --bootstrap --innodb-force-recoveryMarko Mäkelä2021-10-251-3/+9
| | | | * Fix comment10.2-tmpSergei Petrunia2021-10-221-1/+1
| | * | | MDEV-26914: Unreleased mutex in the exec_relay_log_event() functionbb-10.4-MDEV-26914-galeraJulius Goryavsky2021-10-281-0/+2
* | | | | MDEV-26779: Enable adaptive spinning on ARMv8 for lock_sys.wait_mutexMarko Mäkelä2021-10-271-0/+4
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-10-272-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-10-272-4/+4
| |\ \ \ \ | | |/ / /
| | * | | MDEV-18543 fixup: Fix 32-bit buildsMarko Mäkelä2021-10-273-9/+9
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-10-2747-277/+1266
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5st-10.5-mergeMarko Mäkelä2021-10-2732-221/+1092
| |\ \ \ \ | | |/ / /
| | * | | MDEV-22380 Assertion `name.length == strlen(name.str)' failed .. w/optimizer_...bb-10.4-bar-MDEV-22380Alexander Barkov2021-10-272-0/+44
| | * | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2021-10-2715-56/+346
| | |\ \ \ | | | |/ /
| | | * | MDEV-22380: Assertion `name.length == strlen(name.str)' failed ...bb-10.3-bar-MDEV-22380Alexander Barkov2021-10-2715-56/+346
| | * | | MDEV-18543 IMPORT TABLESPACE fails after instant DROP COLUMNbb-10.4-MDEV-18543-instant-import-bugsEugene Kosov2021-10-2615-160/+693
| * | | | MDEV-26732 Assertion `0' failed in Item::val_nativebb-10.5-bar-MDEV-26732Alexander Barkov2021-10-264-0/+119
| * | | | MDEV-22552: mytop packagingbb-10.5-anel-MDEV-22552Anel Husakovic2021-10-254-10/+11
| * | | | MDEV-22552: mytop packagingBernard Spil2021-10-251-1/+1
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-10-219-50/+50
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4st-10.4-mergeMarko Mäkelä2021-10-219-50/+50
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-10-219-47/+48
| | | |\ \ | | | | |/
| | | | * MDEV-19129: Xcode compatibility update: mysql-test-run.pl: rename $opt_vs_con...Sergei Krivonos2021-10-218-45/+46
| | | | * MDEV-19522 fixup: Use correct printf formatMarko Mäkelä2021-10-211-2/+2
* | | | | MDEV-26903: Assertion ctx->trx->state == TRX_STATE_ACTIVE on DROP INDEXMarko Mäkelä2021-10-264-0/+25
* | | | | MDEV-26674: Set innodb_use_native_aio=OFF when using io_uring on a potentiall...Marko Mäkelä2021-10-251-1/+33
* | | | | MDEV-26769 InnoDB does not support hardware lock elisionMarko Mäkelä2021-10-2232-618/+1225
* | | | | MDEV-26826 Duplicated computations of buf_pool.page_hash addressesMarko Mäkelä2021-10-2218-517/+378
* | | | | MDEV-26828 Spinning on buf_pool.page_hash is wasting CPU cyclesMarko Mäkelä2021-10-225-33/+63
* | | | | MDEV-26883 InnoDB hang due to table lock conflictMarko Mäkelä2021-10-221-2/+19
* | | | | Remove trailing spaceVladislav Vaintroub2021-10-211-1/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-10-2191-588/+2359
|\ \ \ \ \ | |/ / / /
| * | | | Fix GCC 11.2.0 -m32 (IA-32) warningsMarko Mäkelä2021-10-212-3/+1
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-10-2184-593/+2226
| |\ \ \ \ | | |/ / /