Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 10.6 into 10.8 | Marko Mäkelä | 2023-03-29 | 1 | -0/+22 |
|\ | |||||
| * | MDEV-29545 InnoDB: Can't find record during replace stmt | Thirunarayanan Balathandayuthapani | 2023-03-24 | 1 | -0/+22 |
* | | Merge 10.6 into 10.8 | Marko Mäkelä | 2023-03-17 | 2 | -0/+20 |
|\ \ | |/ | |||||
| * | MDEV-30870 Undo tablespace name displays wrongly for I_S queries | Thirunarayanan Balathandayuthapani | 2023-03-17 | 1 | -0/+5 |
| * | MDEV-29975 InnoDB fails to release savepoint during bulk insert | Thirunarayanan Balathandayuthapani | 2023-03-17 | 1 | -0/+15 |
* | | Merge 10.6 into 10.8 | Marko Mäkelä | 2023-03-16 | 2 | -1/+2 |
|\ \ | |/ | |||||
| * | MDEV-26827 Make page flushing even faster | Marko Mäkelä | 2023-03-16 | 2 | -1/+2 |
* | | MDEV-30183 Assertion `!memcmp(rec_trx_id, old_pk_trx_id->data, 6 + 7)' failed... | Thirunarayanan Balathandayuthapani | 2023-03-06 | 1 | -0/+20 |
* | | Merge 10.6 into 10.8 | Marko Mäkelä | 2023-02-28 | 5 | -3/+50 |
|\ \ | |/ | |||||
| * | Merge 10.5 into 10.6 | Marko Mäkelä | 2023-02-27 | 4 | -3/+16 |
| |\ | |||||
| | * | MDEV-30671 InnoDB undo log truncation fails to wait for purge of history | Marko Mäkelä | 2023-02-24 | 4 | -4/+17 |
| * | | MDEV-27701 Race on trx->lock.wait_lock between lock_rec_move() and lock_sys_t... | Vlad Lesin | 2023-02-20 | 1 | -0/+34 |
* | | | Merge 10.6 into 10.8 | Marko Mäkelä | 2023-02-16 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.5 into 10.6 | Marko Mäkelä | 2023-02-16 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | MDEV-30552 fixup: Fix the test for non-debug | Marko Mäkelä | 2023-02-16 | 1 | -1/+1 |
* | | | Merge 10.6 into 10.8 | Marko Mäkelä | 2023-02-16 | 2 | -1/+21 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.5 into 10.6 | Marko Mäkelä | 2023-02-14 | 2 | -1/+21 |
| |\ \ | | |/ | |||||
| | * | MDEV-30552 InnoDB recovery crashes when error handling scenario | Thirunarayanan Balathandayuthapani | 2023-02-14 | 1 | -0/+20 |
| | * | MDEV-30551 InnoDB recovery hangs when buffer pool ran out of memory | Thirunarayanan Balathandayuthapani | 2023-02-14 | 1 | -1/+1 |
* | | | MDEV-30426 Assertion !rec_offs_nth_extern(offsets2, n) during bulk insert | Thirunarayanan Balathandayuthapani | 2023-02-14 | 1 | -0/+18 |
* | | | Merge 10.6 into 10.8 | Marko Mäkelä | 2023-02-10 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '10.6.12' into 10.6 | Oleksandr Byelkin | 2023-02-06 | 1 | -1/+2 |
| |\ \ | |||||
| | * | | Implement multiple-signal debug_sync | Vicențiu Ciorbaru | 2023-02-03 | 1 | -1/+2 |
* | | | | Merge branch '10.7' into 10.8mariadb-10.8.7 | Oleksandr Byelkin | 2023-02-01 | 1 | -0/+15 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch '10.6' into 10.7mariadb-10.7.810.7 | Oleksandr Byelkin | 2023-02-01 | 1 | -0/+15 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | MDEV-30527 Assertion !m_freed_pages in mtr_t::start() on DROP TEMPORARY TABLE | Marko Mäkelä | 2023-02-01 | 1 | -0/+15 |
| | |/ / | |||||
* | | | | Merge 10.7 into 10.8 | Marko Mäkelä | 2023-01-24 | 3 | -460/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.6 into 10.7 | Marko Mäkelä | 2023-01-24 | 3 | -460/+4 |
| |\ \ \ | | |/ / | |||||
| | * | | MDEV-30400 Assertion height == btr_page_get_level(...) on INSERT | Marko Mäkelä | 2023-01-24 | 2 | -460/+0 |
| | * | | Revert "MDEV-30400 Assertion height == btr_page_get_level(...) on INSERT" | Marko Mäkelä | 2023-01-23 | 1 | -0/+405 |
| | * | | MDEV-515: Improve test coverage | Marko Mäkelä | 2023-01-23 | 1 | -0/+4 |
| | * | | MDEV-30400 Assertion height == btr_page_get_level(...) on INSERT | Marko Mäkelä | 2023-01-19 | 1 | -405/+0 |
* | | | | Merge branch '10.7' into 10.8 | Oleksandr Byelkin | 2023-01-18 | 1 | -0/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.6' into 10.7 | Oleksandr Byelkin | 2023-01-18 | 1 | -0/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 10.5 into 10.6 | Marko Mäkelä | 2023-01-17 | 1 | -0/+2 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-22602 Disable UPDATE CASCADE for SQL constraints | Sergei Golubchik | 2023-01-17 | 1 | -0/+2 |
* | | | | Merge 10.7 into 10.8 | Marko Mäkelä | 2023-01-10 | 5 | -3/+53 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.6 into 10.7 | Marko Mäkelä | 2023-01-04 | 5 | -3/+38 |
| |\ \ \ | | |/ / | |||||
| | * | | Remove redundant statements from a test | Marko Mäkelä | 2023-01-04 | 1 | -2/+0 |
| | * | | Merge 10.5 into 10.6 | Marko Mäkelä | 2023-01-03 | 4 | -1/+38 |
| | |\ \ | | | |/ | |||||
| | | * | Merge 10.4 into 10.5 | Marko Mäkelä | 2023-01-03 | 4 | -1/+38 |
| | | |\ | |||||
| | | | * | Merge 10.3 into 10.4 | Marko Mäkelä | 2023-01-03 | 4 | -1/+38 |
| | | | |\ | |||||
| | | | | * | MDEV-30225 RR isolation violation with locking unique search | Vlad Lesin | 2022-12-20 | 3 | -1/+37 |
| | | | | * | MDEV-30233 DROP DATABASE test fails: Directory not empty | Marko Mäkelä | 2022-12-15 | 1 | -0/+1 |
| * | | | | | MDEV-30321: blob data corrupted by row_merge_write_blob_to_tmp_file() | Michael Roosz | 2023-01-04 | 1 | -0/+15 |
* | | | | | | Merge 10.7 into 10.8 | Marko Mäkelä | 2022-12-13 | 11 | -11/+135 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge 10.6 into 10.7 | Marko Mäkelä | 2022-12-13 | 11 | -11/+135 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2022-12-13 | 11 | -11/+135 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2022-12-13 | 11 | -12/+135 |
| | | |\ \ \ | | | | |/ / | |||||
| | | | * | | Merge 10.3 into 10.4 | Marko Mäkelä | 2022-12-13 | 6 | -5/+123 |
| | | | |\ \ | | | | | |/ |