388 Commits (55e0ce1401c87fda60c5e69080bc2908230a381e)

Author SHA1 Message Date
Marko Mäkelä 29b2f3dbb5 MDEV-24545 Sequence created by one connection remains invisible to another 5 years ago
Marko Mäkelä b8c8692fd9 MDEV-24620 ASAN heap-buffer-overflow in btr_pcur_restore_position() 5 years ago
Thirunarayanan Balathandayuthapani cf2c6b7f8d MDEV-24971 InnoDB access freed virtual column after rollback of secondary index 5 years ago
Thirunarayanan Balathandayuthapani b771ab242b MDEV-25200 Index count mismatch due to aborted FULLTEXT INDEX 5 years ago
Marko Mäkelä 96dd4b53c1 MDEV-8708 fixup: Remove dead code 5 years ago
Eugene Kosov da3428805e cleanup: os_thread_yield() -> std::this_thread::yield() 5 years ago
Eugene Kosov 62e4aaa240 cleanup: os_thread_sleep() -> std::this_thread::sleep_for() 5 years ago
Thirunarayanan Balathandayuthapani eb7c5530ec MDEV-24730 Insert log operation fails after purge resets n_core_fields 5 years ago
Marko Mäkelä b08448de64 MDEV-20612: Partition lock_sys.latch 5 years ago
Marko Mäkelä 786bc312b8 Cleanup: Replace mysql_cond_t with pthread_cond_t 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ä 38fd7b7d91 MDEV-21452: Replace all direct use of os_event_t 5 years ago
Marko Mäkelä 9702be2c73 MDEV-24142: Remove __FILE__,__LINE__ related to buf_block_t::lock 5 years ago
Marko Mäkelä ac028ec5d8 MDEV-24142: Remove the LatchDebug interface to rw-locks 5 years ago
Marko Mäkelä 03ca6495df MDEV-24142: Replace InnoDB rw_lock_t with sux_lock 5 years ago
Marko Mäkelä 3dfeae0e22 Cleanup: Fix Intel compiler warnings about sign conversions 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ä ebafe5a236 Cleanup: Avoid repeated calls to dict_col_t::is_virtual() 5 years ago
Nikita Malyavin a3d66090c7 MDEV-18366 Crash on SELECT on a table with indexed virtual columns 5 years ago
Marko Mäkelä b6ec1e8bbf MDEV-20377 post-fix: Introduce MEM_MAKE_ADDRESSABLE 5 years ago
Monty 65f831d17c Fixed bugs found by valgrind 5 years ago
Marko Mäkelä c36834c832 MDEV-20377: Make WITH_MSAN more usable 5 years ago
Thirunarayanan Balathandayuthapani e30c4cfc7a MDEV-22811 DDL fails to drop and re-create FTS index 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 6 years ago
Daniel Black ba2061da52 MDEV-21595: innodb offset_t rename to rec_offs 6 years ago
Marko Mäkelä 30c9833751 MDEV-22332: Assertion mtr_started == mtr.is_active() failed 6 years ago
Daniel Black e8351934b6
Merge pull request #1221 from grooverdan/10.4-MDEV-18851-multiple-sized-large-page-support 6 years ago
Marko Mäkelä 6960e9ed24 MDEV-21983: Crash on DROP/RENAME TABLE after DISCARD TABLESPACE 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
Sergei Golubchik 7af733a5a2 perfschema compilation, test and misc fixes 6 years ago
Marko Mäkelä a4ab54d70f MDEV-14425 Cleanup: Use std::atomic for some log_sys members 6 years ago
Marko Mäkelä 37e7bde12a MDEV-14425 preparation: Remove log_t::append_on_checkpoint 6 years ago
Marko Mäkelä fc2f2fa853 MDEV-19747: Deprecate and ignore innodb_log_optimize_ddl 6 years ago
Marko Mäkelä 5defdc382b Cleanup: Remove mtr_state_t and mtr_t::m_state 6 years ago
Marko Mäkelä c3695b4058 MDEV-21511: Remove unnecessary code 6 years ago
Eugene Kosov 496532b5c5 MDEV-20950: Fix 32-bit Windows build 6 years ago
Eugene Kosov f0aa073f2b MDEV-20950 Reduce size of record offsets 6 years ago
Vladislav Vaintroub 5e62b6a5e0 MDEV-16264 Use threadpool for Innodb background work. 6 years ago
Marko Mäkelä 29d67d051a Cleanup btr_page_get_prev(), btr_page_get_next() 6 years ago
Sergei Golubchik c13519312b MDEV-20799 DROP Virtual Column crashes MariaDB 6 years ago
Marko Mäkelä b42294bc64 MDEV-19514 Defer change buffer merge until pages are requested 6 years ago
Marko Mäkelä a340af9223 btr_block_get(): Remove redundant parameters 6 years ago
Marko Mäkelä 5d0bab47fc btr_block_get(), btr_block_get_func(): Change the parameter to 6 years ago
Vladislav Vaintroub f61a980686 Update WolfSSL, remove older workarounds. 6 years ago
Marko Mäkelä a7e9395f9d fts_sync_table(), fts_sync() dead code removal 6 years ago