summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/t
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.11 into 11.0Marko Mäkelä2023-02-169-5/+72
|\
| * Merge 10.10 into 10.11Marko Mäkelä2023-02-165-2/+53
| |\
| | * Merge 10.9 into 10.10Marko Mäkelä2023-02-165-2/+53
| | |\
| | | * Merge 10.8 into 10.9Marko Mäkelä2023-02-165-2/+53
| | | |\
| | | | * Merge 10.6 into 10.8Marko Mäkelä2023-02-161-1/+10
| | | | |\
| | | | | * Merge 10.5 into 10.6Marko Mäkelä2023-02-161-1/+10
| | | | | |\
| | | | | | * MDEV-30552 fixup: Fix the test for non-debugMarko Mäkelä2023-02-161-1/+10
| | | | * | | Merge 10.6 into 10.8Marko Mäkelä2023-02-162-1/+22
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Merge 10.5 into 10.6Marko Mäkelä2023-02-142-1/+22
| | | | | |\ \ | | | | | | |/
| | | | | | * MDEV-30552 InnoDB recovery crashes when error handling scenarioThirunarayanan Balathandayuthapani2023-02-141-0/+21
| | | | | | * MDEV-30551 InnoDB recovery hangs when buffer pool ran out of memoryThirunarayanan Balathandayuthapani2023-02-141-1/+1
| | | | * | | MDEV-30426 Assertion !rec_offs_nth_extern(offsets2, n) during bulk insertThirunarayanan Balathandayuthapani2023-02-142-0/+20
| | | | * | | Merge 10.6 into 10.8Marko Mäkelä2023-02-101-1/+2
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Merge branch '10.6.12' into 10.6Oleksandr Byelkin2023-02-061-1/+2
| | | | | |\ \
| | | | | | * | Implement multiple-signal debug_syncVicențiu Ciorbaru2023-02-031-1/+2
| * | | | | | | Merge branch '10.10' into 10.11mariadb-10.11.2Oleksandr Byelkin2023-02-014-3/+19
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge branch '10.9' into 10.10mariadb-10.10.3Oleksandr Byelkin2023-02-011-0/+16
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Merge branch '10.8' into 10.9mariadb-10.9.5Oleksandr Byelkin2023-02-011-0/+16
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | Merge branch '10.7' into 10.8mariadb-10.8.7Oleksandr Byelkin2023-02-011-0/+16
| | | | |\ \ \ \
| | | | | * \ \ \ Merge branch '10.6' into 10.7mariadb-10.7.810.7Oleksandr Byelkin2023-02-011-0/+16
| | | | | |\ \ \ \ | | | | | | |/ / /
| | | | | | * | | MDEV-30527 Assertion !m_freed_pages in mtr_t::start() on DROP TEMPORARY TABLEMarko Mäkelä2023-02-011-0/+16
| | | | | | |/ /
| | * | | | | | MDEV-30452: ssl error: unexpected EOF while readingJulius Goryavsky2023-02-013-3/+3
* | | | | | | | Change cost for REF to take into account cost for 1 extra key read_nextMonty2023-02-101-1/+1
* | | | | | | | Fix cost calculation in test_if_cheaper_ordering() to be cost basedMonty2023-02-021-1/+1
* | | | | | | | Update row and key fetch cost models to take into account data copy costsMonty2023-02-022-1/+11
* | | | | | | | Merge 10.11 into 11.0Marko Mäkelä2023-01-255-520/+7
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 10.10 into 10.11Marko Mäkelä2023-01-246-599/+5
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge 10.9 into 10.10Marko Mäkelä2023-01-246-599/+5
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Merge 10.8 into 10.9Marko Mäkelä2023-01-246-603/+5
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | Merge 10.7 into 10.8Marko Mäkelä2023-01-246-603/+5
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Merge 10.6 into 10.7Marko Mäkelä2023-01-246-603/+5
| | | | | |\ \ \ | | | | | | |/ /
| | | | | | * | MDEV-30400 Assertion height == btr_page_get_level(...) on INSERTMarko Mäkelä2023-01-244-603/+0
| | | | | | * | Revert "MDEV-30400 Assertion height == btr_page_get_level(...) on INSERT"Marko Mäkelä2023-01-232-0/+520
| | | | | | * | Merge 10.5 into 10.6Marko Mäkelä2023-01-231-0/+1
| | | | | | |\ \ | | | | | | | |/
| | | | | | | * MDEV-30438 innodb.undo_truncate,4k fails when innodb-immediate-scrub-data-un...Thirunarayanan Balathandayuthapani2023-01-231-0/+1
| | | | | | * | MDEV-515: Improve test coverageMarko Mäkelä2023-01-231-0/+4
| | | | | | * | MDEV-30400 Assertion height == btr_page_get_level(...) on INSERTMarko Mäkelä2023-01-192-520/+0
| * | | | | | | Merge branch '10.10' into 10.11Oleksandr Byelkin2023-01-181-0/+2
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge branch '10.9' into 10.10Oleksandr Byelkin2023-01-181-0/+2
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2023-01-181-0/+2
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | Merge branch '10.7' into 10.8Oleksandr Byelkin2023-01-181-0/+2
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Merge branch '10.6' into 10.7Oleksandr Byelkin2023-01-181-0/+2
| | | | | |\ \ \ | | | | | | |/ /
| | | | | | * | Merge 10.5 into 10.6Marko Mäkelä2023-01-171-0/+2
| | | | | | |\ \ | | | | | | | |/
| | | | | | | * MDEV-22602 Disable UPDATE CASCADE for SQL constraintsSergei Golubchik2023-01-171-0/+2
* | | | | | | | MDEV-29986 Set innodb_undo_tablespaces=3 by defaultMarko Mäkelä2023-01-134-1/+16
* | | | | | | | MDEV-29694 Remove the InnoDB change bufferMarko Mäkelä2023-01-1114-389/+36
* | | | | | | | MDEV-29983 Deprecate innodb_file_per_tableMarko Mäkelä2023-01-1125-98/+14
|/ / / / / / /
* | | | | | | Merge 10.10 into 10.11Marko Mäkelä2023-01-116-3/+100
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.9 into 10.10Marko Mäkelä2023-01-106-3/+100
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.8 into 10.9Marko Mäkelä2023-01-106-3/+100
| | |\ \ \ \ \ | | | |/ / / /