288 Commits (0381921e265b4e7c8c97dfeb21f074dfd02e02cc)

Author SHA1 Message Date
Marko Mäkelä 0381921e26 MDEV-33277 In-place upgrade causes invalid AUTO_INCREMENT values 2 years ago
mariadb-DebarunBanerjee 66bb229e91 MDEV-18288 Transportable Tablespaces leave AUTO_INCREMENT in mismatched state, causing INSERT errors in newly imported tables when .cfg is not used. 2 years ago
Marko Mäkelä bd01029255 MDEV-29972 Crash emitting "Unsupported meta-data version number" error message 2 years ago
Marko Mäkelä c73a65f55b MDEV-29692 Assertion `(writeptr + (i * size)) != local_frame' failed upon IMPORT TABLESPACE 3 years ago
Vicențiu Ciorbaru 08c852026d Apply clang-tidy to remove empty constructors / destructors 3 years ago
Daniel Black dc6a017111 MDEV-27882 Innodb - recognise MySQL-8.0 innodb flags and give a specific error message 3 years ago
Marko Mäkelä 98293130c3 MDEV-28779: ALTER TABLE IMPORT TABLESPACE corrupts an encrypted table 3 years ago
Eugene Kosov faaecc8fcf MDEV-27273 Confusing column count in IMPORT TABLESPACE error message 4 years ago
Eugene Kosov e128d852e8 MDEV-27272 Crash on EXPORT/IMPORT tablespace with column added in the middle 4 years ago
Marko Mäkelä 4c3ad24413 MDEV-27416 InnoDB hang in buf_flush_wait_flushed(), on log checkpoint 4 years ago
Eugene Kosov ed0a224b3d MDEV-26747 improve corruption check for encrypted tables on ALTER IMPORT 4 years ago
Marko Mäkelä 772d6d347d MDEV-18543 fixup: Fix 32-bit builds 4 years ago
Eugene Kosov d74d95961a MDEV-18543 IMPORT TABLESPACE fails after instant DROP COLUMN 4 years ago
Thirunarayanan Balathandayuthapani 89723ce179 After-merge fixup f84e28c119 4 years ago
Marko Mäkelä da6f4d5164 MDEV-26131 fixup 4 years ago
Thirunarayanan Balathandayuthapani 89445b64fe MDEV-26131 SEGV in ha_innobase::discard_or_import_tablespace 4 years ago
Eugene Kosov e7855119ba MDEV-26148 SEGV or Assertion `!page_is_comp(page) == !(index->table)->not_redundant()' 4 years ago
Marko Mäkelä 8af538979b MDEV-25801: buf_flush_dirty_pages() is very slow 4 years ago
Marko Mäkelä 6dfd44c828 MDEV-25954: Trim os_aio_wait_until_no_pending_writes() 4 years ago
Marko Mäkelä b8c8692fd9 MDEV-24620 ASAN heap-buffer-overflow in btr_pcur_restore_position() 5 years ago
Marko Mäkelä 8341f582b2 MDEV-15527 fixup for innodb_checksum_algorithm=full_crc32 5 years ago
Thirunarayanan Balathandayuthapani 108ba4c380 MDEV-15527 page_compressed compressed page partially during import tablespace 5 years ago
Thirunarayanan Balathandayuthapani c468d5cb50 MDEV-15527 page_compressed compressed page partially during import tablespace 5 years ago
Marko Mäkelä 2e67b9f665 MDEV-25265: ALTER TABLE...IMPORT TABLESPACE fails after DROP INDEX 5 years ago
Marko Mäkelä 45ed9dd957 MDEV-23855: Remove fil_system.LRU and reduce fil_system.mutex contention 5 years ago
Marko Mäkelä 9028cc6b86 Cleanup: Make InnoDB page numbers uint32_t 5 years ago
Marko Mäkelä 7cffb5f6e8 MDEV-23399: Performance regression with write workloads 5 years ago
Marko Mäkelä 05fa4558e0 MDEV-22110 InnoDB unnecessarily writes unmodified pages 5 years ago
Marko Mäkelä 14543afd59 Cleanup: Remove unused AbstractCallback::m_free_limit 5 years ago
Marko Mäkelä b1ab211dee MDEV-15053 Reduce buf_pool_t::mutex contention 5 years ago
Marko Mäkelä eba2d10ac5 MDEV-22721 Remove bloat caused by InnoDB logger class 5 years ago
Marko Mäkelä ad6171b91c MDEV-22456 Dropping the adaptive hash index may cause DDL to lock up InnoDB 5 years ago
Marko Mäkelä ba573c4736 MDEV-21133 follow-up: More my_assume_aligned hints 5 years ago
Daniel Black ba2061da52 MDEV-21595: innodb offset_t rename to rec_offs 6 years ago
Marko Mäkelä f8166a05af MDEV-21549 IMPORT TABLESPACE fails to adjust all tablespace ID in root pages 6 years ago
Marko Mäkelä b8b3edff13 MDEV-21549 IMPORT TABLESPACE fails to adjust all tablespace ID in root pages 6 years ago
Marko Mäkelä 95da2113a0 MDEV-21549 IMPORT TABLESPACE fails to adjust all tablespace ID 6 years ago
Marko Mäkelä f224525204 MDEV-21907: InnoDB: Enable -Wconversion on clang and GCC 6 years ago
Marko Mäkelä 574d8b2940 MDEV-21907: Fix most clang -Wconversion in InnoDB 6 years ago
Marko Mäkelä 2e7a084283 MDEV-21174: Remove mlog_write_initial_log_record_fast() 6 years ago
Marko Mäkelä 2a6fa1c42b MDEV-21132: Use memcpy_aligned, memset_aligned 6 years ago
Marko Mäkelä fc2f2fa853 MDEV-19747: Deprecate and ignore innodb_log_optimize_ddl 6 years ago
Eugene Kosov 700e010309 fix aligned memcpy()-like functions usage 6 years ago
Marko Mäkelä 08b0b2b6fb MDEV-21513: Avoid some crashes in ALTER TABLE...IMPORT TABLESPACE 6 years ago
Eugene Kosov 56529a7d7f MDEV-21454 Show actual mismatching values in mismatch error messages from row_import::match_table_columns() 6 years ago
Eugene Kosov 562c037b48 MDEV-18115 Remove dummy tablespace for the redo log 6 years ago
Marko Mäkelä c24253d0fa MDEV-21174: Fix the WITH_INNODB_EXTRA_DEBUG build 6 years ago
Marko Mäkelä 745fd4b39f MDEV-21174: Remove some mlog_write_initial_log_record_fast() 6 years ago
Marko Mäkelä befde6e97e MDEV-12353 preparation: Clean up page_cur_delete_rec() 6 years ago
Eugene Kosov f0aa073f2b MDEV-20950 Reduce size of record offsets 6 years ago