summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* fix goto issuebb-10.6-nikita-MDEV-26229Nikita Malyavin2021-07-281-1/+1
* MDEV-20154 Assertion `len <= col->len | ...` failed in row_merge_buf_addNikita Malyavin2021-07-281-36/+29
* This commit is a fixup for MDEV-22189.Rucha Deodhar2021-07-261-1/+1
* Cleanup: Remove a test hackMarko Mäkelä2021-07-261-2/+0
* MDEV-26138 innodb_flush_log_at_trx_commit=3 doesn't flushMarko Mäkelä2021-07-231-2/+2
* Merge 10.5 into 10.6Marko Mäkelä2021-07-221-1/+0
|\
| * MDEV-26110 fixup: GCC 4.8.5 -Wtype-limitsMarko Mäkelä2021-07-221-1/+0
* | MDEV-26193: Wake up purge less oftenMarko Mäkelä2021-07-223-84/+20
* | Merge 10.5 into 10.6Marko Mäkelä2021-07-229-56/+65
|\ \ | |/
| * MDEV-26110: Do not rely on alignment on static allocationMarko Mäkelä2021-07-227-31/+41
| * MDEV-26200 buf_pool.flush_list corrupted by buffer pool resizing or ROW_FORMA...Marko Mäkelä2021-07-223-26/+25
* | MDEV-26192: Sparse files are being created on thinly provisioned storageMarko Mäkelä2021-07-202-16/+31
* | MDEV-24626 fixup: Remove useless codeMarko Mäkelä2021-07-205-91/+1
* | MDEV-26166: non-functional changesMarko Mäkelä2021-07-202-7/+3
* | merge 10.5 to 10.6Vladislav Vaintroub2021-07-169-17/+8
|\ \ | |/
| * MDEV-26166 replace log_write_up_to(LSN_MAX,...) with log_buffer_flush_to_disk()Vladislav Vaintroub2021-07-168-17/+8
* | fixup 0a67b15a9d3348d10f6df0caae6f2f973295a43aMarko Mäkelä2021-07-031-0/+7
* | Merge 10.5 into 10.6Marko Mäkelä2021-07-033-115/+8
|\ \ | |/
| * MDEV-26017 fixupMarko Mäkelä2021-07-031-2/+2
| * MDEV-26033: Race condition between buf_pool.page_hash and resize()Marko Mäkelä2021-07-032-113/+6
* | Merge 10.5 into 10.6Marko Mäkelä2021-07-022-17/+66
|\ \ | |/
| * Merge 10.4 into 10.5Marko Mäkelä2021-07-021-12/+33
| |\
| | * MDEV-25236 Online log apply fails for ROW_FORMAT=REDUNDANT tablesMarko Mäkelä2021-07-021-12/+33
| * | Merge 10.4 into 10.5Marko Mäkelä2021-07-021-5/+33
| |\ \ | | |/
| | * Merge 10.3 -> 10.4Sergei Petrunia2021-06-301-5/+33
| | |\
| | | * Merge 10.2->10.3Sergei Petrunia2021-06-301-5/+33
| | | |\
| | | | * MDEV-26040 os_file_set_size() may not work on O_DIRECT filesMarko Mäkelä2021-06-291-5/+33
* | | | | MDEV-26052 Assertion prebuilt->trx_id < table->def_trx_id failedMarko Mäkelä2021-07-011-0/+2
* | | | | MDEV-25919 preparation: Remove trx_t::internalMarko Mäkelä2021-07-017-94/+33
* | | | | Cleanup: Remove pointer indirection for trx_t::xidMarko Mäkelä2021-07-015-23/+21
* | | | | MDEV-24671 fixup: Fix an off-by-one errorMarko Mäkelä2021-07-011-1/+1
* | | | | MDEV-26067 innodb_lock_wait_timeout values above 100,000,000 are uselessMarko Mäkelä2021-07-012-5/+5
* | | | | MDEV-25942: Assertion failure in trx_t::drop_table()Marko Mäkelä2021-06-301-3/+9
* | | | | MDEV-26041 Recovery failure due to delete-marked SYS_FIELDS recordMarko Mäkelä2021-06-291-4/+5
* | | | | MDEV-25496 Assertion 'trx->bulk_insert' failed on INSERTMarko Mäkelä2021-06-291-7/+0
* | | | | MDEV-26029: Sparse files are inefficient on thinly provisioned storageMarko Mäkelä2021-06-297-181/+125
* | | | | MDEV-25942: Assertion !table.n_waiting_or_granted_auto_inc_locksMarko Mäkelä2021-06-281-1/+0
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-06-265-26/+50
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-26017: Assertion stat.flush_list_bytes <= curr_pool_sizeMarko Mäkelä2021-06-261-0/+1
| * | | | Cleanup: Remove unused mtr_block_dirtiedMarko Mäkelä2021-06-261-5/+0
| * | | | MDEV-26010 fixup: Use acquire/release memory orderMarko Mäkelä2021-06-264-21/+49
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-06-243-7/+8
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-26010: Assertion lsn > 2 failed in buf_pool_t::get_oldest_modificationMarko Mäkelä2021-06-242-6/+7
| * | | | MDEV-25948 fixup: Demote a warning to a noteMarko Mäkelä2021-06-241-1/+1
* | | | | MDEV-26012 InnoDB purge and shutdown hangs after failed ALTER TABLEMarko Mäkelä2021-06-241-0/+6
* | | | | MDEV-26007 Rollback unnecessarily initiates redo log writeMarko Mäkelä2021-06-241-1/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-06-244-12/+30
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-26004 Excessive wait times in buf_LRU_get_free_block()Marko Mäkelä2021-06-244-12/+30
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-06-2322-455/+647
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-25113: Introduce a page cleaner mode before 'furious flush'Marko Mäkelä2021-06-234-42/+73