summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* MDEV-21751 followup: Bypass the change buffer on slow shutdownMarko Mäkelä2020-06-051-0/+6
* Reduce CPU usage in srv_purge_shutdown.Vladislav Vaintroub2020-06-051-1/+1
* MDEV-15053 Reduce buf_pool_t::mutex contentionMarko Mäkelä2020-06-0583-6962/+4051
* For better experience in Visual Studio IDE, add header files to Innodb sourcesVladislav Vaintroub2020-06-051-0/+213
* MDEV-22787 postfixVladislav Vaintroub2020-06-031-0/+2
* MDEV-21751 postfixVladislav Vaintroub2020-06-031-1/+1
* MDEV-21751 innodb_fast_shutdown=0 can be unnecessarily slowVladislav Vaintroub2020-06-035-20/+47
* MDEV-22787 fts_optimize_shutdown() deletes timer prematurelyMarko Mäkelä2020-06-031-2/+2
* MDEV-22710 Assertion ...status != buf_page_t::FREED in ibuf_remove_free_page()Marko Mäkelä2020-06-033-2/+2
* Merge 10.4 into 10.5Marko Mäkelä2020-06-0313-76/+10
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-06-0312-82/+13
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-06-0211-78/+11
| | |\
| | | * MDEV-22650 Dirty compressed page checksum validation failsThirunarayanan Balathandayuthapani2020-06-013-26/+3
| | | * Cleanup: Remove thr_is_recv(), trx_is_recv()Marko Mäkelä2020-06-017-51/+7
| | | * MDEV-21615 InnoDB: innodb_page_size=x requires... should be logged as errorMarko Mäkelä2020-06-011-1/+1
| | * | MDEV-22770 trx_undo_report_rename() fails to release page latchesMarko Mäkelä2020-06-021-2/+1
| * | | MDEV-22773 Assertion page_get_page_no... in btr_pcur_store_position()Marko Mäkelä2020-06-021-1/+1
* | | | MDEV-22027 Assertion oldest_lsn >= log_sys.last_checkpoint_lsn failedMarko Mäkelä2020-06-026-54/+40
* | | | MDEV-22641: Provide SIMD optimized wrapper for zlib crc32() (#1558)mysqlonarm2020-06-011-5/+3
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-3110-75/+108
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-05-304-49/+36
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-05-274-49/+36
| | |\ \ | | | |/
| | | * intrusive::list fixesEugene Kosov2020-05-274-49/+36
| * | | Merge branch 'codership-10.4-MDEV-22666-v2' into 10.4Julius Goryavsky2020-05-291-6/+5
| |\ \ \
| | * \ \ Merge branch '10.4-MDEV-22666-v2' of https://github.com/codership/mariadb-ser...Julius Goryavsky2020-05-261-6/+5
| | |\ \ \
| | | * | | MDEV-22666 galera.MW-328A hangsjaakola2020-05-251-6/+5
| * | | | | MDEV-22456 after-merge fix: Avoid functional change to rw_lock_s_unlock()Marko Mäkelä2020-05-291-1/+2
| * | | | | MDEV-21787 Alter table failure tries to access uninitialized columnThirunarayanan Balathandayuthapani2020-05-261-1/+1
| |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-264-17/+63
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | MDEV-22637 Rollback of insert fails when column reorder happensThirunarayanan Balathandayuthapani2020-05-261-5/+8
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-05-253-9/+52
| | |\ \ | | | |/
| | | * MDEV-17092 use-after-poison around lock_trx_handle_wait_lowMarko Mäkelä2020-05-253-8/+60
| | | * Fixed deadlock with LOCK TABLES and ALTER TABLEMonty2020-05-231-1/+1
* | | | MDEV-22693 - InnoDB: get rid of casts for rw_trx_hash iteratorSergey Vojtovich2020-05-304-45/+43
* | | | MDEV-22751 Uninitialized tbl_len in dict_acquire_mdl_shared()Marko Mäkelä2020-05-291-2/+11
* | | | MDEV-22206 Assertion "heap_no == ULINT_UNDEFINED" in trx0i_s.ccMarko Mäkelä2020-05-291-13/+13
* | | | MDEV-21127 Assertion failed in key_text::key_textAleksey Midenkov2020-05-291-1/+1
* | | | MDEV-17491 post-fix: GCC 7 -Wclass-memaccessMarko Mäkelä2020-05-271-3/+1
* | | | Fixed main.implicit_commit ASAN failureSergey Vojtovich2020-05-272-0/+18
* | | | MDEV-17491: Use the optimized page_id_t moreMarko Mäkelä2020-05-272-46/+21
* | | | MDEV-22697: Post-push fix clang -Wnon-pod-varargsMarko Mäkelä2020-05-271-1/+1
* | | | MDEV-22697 - InnoDB: remove trx->noSergey Vojtovich2020-05-264-24/+16
* | | | MDEV-22593 - InnoDB: don't take trx_sys.mutex in ReadView::open()Sergey Vojtovich2020-05-2622-320/+265
* | | | MDEV-22669 fixup: WITH_MSAN build fixMarko Mäkelä2020-05-251-1/+1
* | | | Don't print "Trying to delete tablespace several 10x times per second"Monty2020-05-231-4/+6
* | | | Fixed compiler warnings from gcc and clang 5.0.1Monty2020-05-231-2/+2
* | | | Cleanup: Remove a startup messagebb-10.5-MDEV-22669Marko Mäkelä2020-05-221-5/+0
* | | | MDEV-22669 InnoDB lacks CRC-32C acceleration on IA-32Marko Mäkelä2020-05-221-338/+152
* | | | compilation failureSergei Golubchik2020-05-211-1/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-2017-280/+254
|\ \ \ \ | |/ / /