summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-30393 InnoDB: Assertion failure in dict0dict.cc upon ADD FULLTEXT INDEXbb-10.6-MDEV-30393Thirunarayanan Balathandayuthapani2023-01-231-1/+11
* Merge 10.5 into 10.6Marko Mäkelä2023-01-2310-29/+105
|\
| * MDEV-30438 innodb.undo_truncate,4k fails when innodb-immediate-scrub-data-un...Thirunarayanan Balathandayuthapani2023-01-232-20/+4
| * Merge branch 'merge-perfschema-5.7' into 10.5Oleksandr Byelkin2023-01-200-0/+0
| |\
| | * mysql-5.7.41Oleksandr Byelkin2023-01-201-135/+123
| * | MDEV-29774 BF abort no longer wakes up debug_sync waitersDaniele Sciascia2023-01-194-5/+2
| * | MDEV-30191 Remove the to-be-freed spider condition in an sp callYuchen Pei2023-01-194-4/+100
* | | MDEV-515: Improve test coverageMarko Mäkelä2023-01-232-0/+8
* | | MDEV-30400 Assertion height == btr_page_get_level(...) on INSERTMarko Mäkelä2023-01-1941-3151/+2309
* | | MDEV-30289: Implement small_vector for mtr_t::m_memoMarko Mäkelä2023-01-194-5/+120
* | | MDEV-30289: Remove the pointer indirection for mtr_t::m_memoMarko Mäkelä2023-01-192-108/+81
* | | Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-186-3/+29
|\ \ \ | |/ /
| * | new PCRE2 10.42Oleksandr Byelkin2023-01-181-2/+2
| * | Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-182-0/+2
| |\ \
| | * | v5.5.4-stableOleksandr Byelkin2023-01-172-0/+2
| * | | MDEV-26392: Crash with json_get_path_next and 10.5.12Rucha Deodhar2023-01-183-1/+25
* | | | Merge 10.5 into 10.6Marko Mäkelä2023-01-1741-109/+709
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2023-01-172-2/+0
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2023-01-172-4/+11
| | |\ \
| | | * | MDEV-30422 Merge new release of InnoDB 5.7.41 to 10.3Marko Mäkelä2023-01-171-4/+11
| | | * | New CC 3.1Oleksandr Byelkin2023-01-161-0/+0
| | * | | Update sponsorsDaniel Black2023-01-161-2/+0
| * | | | fix failures of main.func_json --psSergei Golubchik2023-01-171-1/+1
| * | | | cleanup: const_Item->real_item()Sergei Golubchik2023-01-172-4/+5
| * | | | ADD CONSTRAINT IF NOT EXISTS didn't work in SPSergei Golubchik2023-01-175-5/+54
| * | | | MDEV-22602 Disable UPDATE CASCADE for SQL constraintsSergei Golubchik2023-01-173-1/+5
| * | | | Stabilize testsJan Lindström2023-01-175-37/+2
| * | | | MDEV-29171 changing the value of wsrep_gtid_domain_id with full cluster resta...Daniele Sciascia2023-01-174-1/+141
| * | | | Merge branch 10.4 into 10.5Jan Lindström2023-01-1412-50/+380
| |\ \ \ \ | | |/ / /
| | * | | 10.4-MDEV-29684 Fixes for cluster wide write conflict resolvingsjaakola2023-01-143-22/+39
| | * | | 10.4-MDEV-29684 Fixes for cluster wide write conflict resolvingsjaakola2023-01-131-2/+3
| | * | | MDEV-29512 deadlock between commit monitor and THD::LOCK_thd_data mutexsjaakola2023-01-133-0/+146
| | * | | MDEV-30317 Transaction savepoint may cause failure in galera replayingsjaakola2023-01-133-16/+158
| | * | | MDEV-29684 Fixes for cluster wide write conflict resolvingsjaakola2023-01-134-12/+36
| * | | | MDEV-30395 Wrong result with semijoin and Federated as outer tableMonty2023-01-136-7/+89
| * | | | MDEV-30080 Wrong result with LEFT JOINs involving constant tablesMonty2023-01-133-1/+33
* | | | | MDEV-26391 BF abortable mariabackup executionsjaakola2023-01-1710-15/+53
* | | | | Merge 10.5 into 10.6Marko Mäkelä2023-01-1384-634/+1850
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2023-01-1381-602/+1810
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2023-01-1320-80/+688
| | |\ \ \ | | | |/ /
| | | * | MDEV-30378 Versioned REPLACE succeeds with ON DELETE RESTRICT constraintNikita Malyavin2023-01-124-1/+89
| | | * | fix typoslilinjie2023-01-125-9/+9
| | | * | MDEV-25277: mysqlbinlog --verbose cannot read row events with compressed colu...Brandon Nesterenko2023-01-113-5/+97
| | | * | MDEV-30220: rsync SST completely ignores aria-log-dir-pathJulius Goryavsky2023-01-113-8/+83
| | | * | MDEV-30157: Galera SST doesn't properly handle undo* files from innodbJulius Goryavsky2023-01-111-5/+30
| | | * | pre-MDEV-30157 & pre-MDEV-28669: fixes before the main correctionsJulius Goryavsky2023-01-113-51/+118
| | | * | MDEV-28602 Wrong result with outer join, merged derived table and viewSergei Petrunia2023-01-114-0/+263
| | | * | Remove an unused parameterMarko Mäkelä2023-01-111-5/+3
| | * | | MDEV-19160 json_pretty() alias for json_detailed()Weijun-H2023-01-123-0/+33
| | * | | fixup for MDEV-19160Rucha Deodhar2023-01-122-8/+7