103 Commits (9fe681c9e4db6f2ffde058773bbf83c471862318)

Author SHA1 Message Date
Thirunarayanan Balathandayuthapani 9fe681c9e4 MDEV-25509 Atomic DDL: Assertion `err != DB_DUPLICATE_KEY' fails 5 years ago
Marko Mäkelä 54e2e70194 MDEV-25524 heap-use-after-free in fil_space_t::rename() 5 years ago
Eugene Kosov a3871cd283 MDEV-22255 SIGABRT: Assertion `id' failed in trx_write_trx_id on INSERT | Assertion `id > 0' failed in trx_write_trx_id | Assertion `val > 0' failed in row_upd_index_entry_sys_field | Assertion `thr_get_trx(thr)->id || index->table->no_rollback()' failed. 5 years ago
Marko Mäkelä b8c8692fd9 MDEV-24620 ASAN heap-buffer-overflow in btr_pcur_restore_position() 5 years ago
Eugene Kosov 62e4aaa240 cleanup: os_thread_sleep() -> std::this_thread::sleep_for() 5 years ago
Marko Mäkelä 3cef4f8f0f MDEV-515 Reduce InnoDB undo logging for insert into empty table 5 years ago
Marko Mäkelä ff5d306e29 MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 5 years ago
Marko Mäkelä 73f34336e3 MDEV-24323 Crash on recovery after kill during instant ADD COLUMN 5 years ago
Eugene Kosov afc9d00c66 MDEV-23991 dict_table_stats_lock() has unnecessarily long scope 5 years ago
Marko Mäkelä 118e258aaa MDEV-23855: Shrink fil_space_t 5 years ago
Marko Mäkelä 0049d5b515 Revert MDEV-23484 Rollback unnecessarily acquires dict_operation_lock 5 years ago
Marko Mäkelä 1509363970 MDEV-23484 Rollback unnecessarily acquires dict_operation_lock for every row 5 years ago
Daniel Black ba2061da52 MDEV-21595: innodb offset_t rename to rec_offs 6 years ago
Marko Mäkelä 581df0df89 MDEV-7962: Follow-up fix for 10.2 6 years ago
Marko Mäkelä 574d8b2940 MDEV-21907: Fix most clang -Wconversion in InnoDB 6 years ago
Marko Mäkelä 7ae21b18a6 MDEV-12353: Change the redo log encoding 6 years ago
Eugene Kosov f0aa073f2b MDEV-20950 Reduce size of record offsets 6 years ago
Marko Mäkelä af5947f433 MDEV-21174: Replace mlog_write_string() with mtr_t::memcpy() 6 years ago
Marko Mäkelä 87839258f8 MDEV-21174: Replace mlog_memset() with mtr_t::memset() 6 years ago
Marko Mäkelä 56f6dab1d0 MDEV-21174: Replace mlog_write_ulint() with mtr_t::write() 6 years ago
Marko Mäkelä b80df9eba2 MDEV-21069 Crash on DROP TABLE if the data file is corrupted 6 years ago
Marko Mäkelä 3d4a801533 MDEV-12353 preparation: Replace mtr_x_lock() and friends 6 years ago
Marko Mäkelä fa929f7cdf Simplify row_undo_ins_remove_sec_low() 6 years ago
Marko Mäkelä f42a23178e MDEV-20425: Fix -Wimplicit-fallthrough 6 years ago
Marko Mäkelä 5fd7502e77 MDEV-19513: Allocate dict_sys statically 7 years ago
Vicențiu Ciorbaru c0ac0b8860 Update FSF address 7 years ago
Marko Mäkelä f69879baca MDEV-17899 Assertion failures on rollback of instant ADD/DROP 7 years ago
Marko Mäkelä 06e5f28f9f MDEV-12266: Remove a level of pointer indirection 7 years ago
Marko Mäkelä 4be0855cf5 MDEV-17794 Do not assign persistent ID for temporary tables 7 years ago
Marko Mäkelä f545e3cfa9 MDEV-15562: Remove dict_table_t::rollback_instant(unsigned n) 7 years ago
Marko Mäkelä 28ae79650d Terminology: 'metadata' not 'default rec' 7 years ago
Marko Mäkelä 755187c853 Terminology: 'metadata record' instead of 'default row' 7 years ago
Marko Mäkelä 75f8e86f57 MDEV-17158 TRUNCATE is not atomic after MDEV-13564 7 years ago
Marko Mäkelä cf2a4426a2 MDEV-14717 RENAME TABLE in InnoDB is not crash-safe 7 years ago
Marko Mäkelä 055a3334ad MDEV-13564 Mariabackup does not work with TRUNCATE 7 years ago
Marko Mäkelä 391e60b2db Fix -Wclass-memaccess warnings in InnoDB 7 years ago
Marko Mäkelä ba19764209 Fix most -Wsign-conversion in InnoDB 8 years ago
Marko Mäkelä 4cad42392a MDEV-12266: Change dict_table_t::space to fil_space_t* 8 years ago
Marko Mäkelä e7980f9cee MDEV-12266: Add dict_index_t::set_modified(mtr) 8 years ago
Marko Mäkelä 0ba6aaf030 MDEV-11415 Remove excessive undo logging during ALTER TABLE…ALGORITHM=COPY 8 years ago
Marko Mäkelä 0bc36758ba MDEV-14717 RENAME TABLE in InnoDB is not crash-safe 8 years ago
Marko Mäkelä 5d142f9958 MDEV-13795/MDEV-14332 Corruption during online table-rebuilding ALTER when VIRTUAL columns exist 8 years ago
Marko Mäkelä a4948dafcd MDEV-11369 Instant ADD COLUMN for InnoDB 8 years ago
Marko Mäkelä 770231f355 Remove dict_disable_redo_if_temporary() 8 years ago
Marko Mäkelä 48192f963a Add the parameter bool leaf to rec_get_offsets() 8 years ago
Marko Mäkelä f87cb652ac MDEV-13637 InnoDB change buffer housekeeping can cause redo log overrun and possibly deadlocks 8 years ago
Marko Mäkelä 582545a384 MDEV-13637 InnoDB change buffer housekeeping can cause redo log overrun and possibly deadlocks 8 years ago
Marko Mäkelä c436338d9d Assert that DB_TRX_ID must be set on delete-marked records 9 years ago
Marko Mäkelä 0bfa3dff8b MDEV-12698 innodb.innodb_stats_del_mark test failure 9 years ago
Marko Mäkelä 849af74a48 MariaDB adjustments for Oracle Bug#23070734 fix 9 years ago