131 Commits (131d9a5d0cb51fa88a0461c939dfd2a7c68d5664)

Author SHA1 Message Date
Sergey Vojtovich 131d9a5d0c Allocate lock_sys statically 8 years ago
Marko Mäkelä 03400d974d Dead code removal: sess_t 8 years ago
Marko Mäkelä 27ea2963fc Dead code removal: sess_t 8 years ago
Sergey Vojtovich c0d5d7c0ef MDEV-15104 - Remove trx_sys_t::serialisation_list 8 years ago
Marko Mäkelä 041a32abcd Remove trx_mod_tables_t::vers_by_trx 8 years ago
Howard Su 6fe953cb71 Fix build on OSX with 10.13 SDK 8 years ago
Sergey Vojtovich 4dc30f3c17 MDEV-15019 - InnoDB: store ReadView on trx 8 years ago
Marko Mäkelä 4f8555f1f6 MDEV-14941 Timeouts on persistent statistics tables caused by MDEV-14511 8 years ago
Sergey Vojtovich ec32c05072 Get rid of trx->read_view pointer juggling 8 years ago
Marko Mäkelä f8882cce93 Replace trx_sys_t* trx_sys with trx_sys_t trx_sys 8 years ago
Sergey Vojtovich c6d2842d9a MDEV-14756 - Remove trx_sys_t::rw_trx_list 8 years ago
Sergey Vojtovich a447980ff3 MDEV-14756 - Remove trx_sys_t::rw_trx_list 8 years ago
Sergey Vojtovich 886af392d3 MDEV-14756 - Remove trx_sys_t::rw_trx_list 8 years ago
Sergey Vojtovich 02270b44d0 MDEV-14756 - Remove trx_sys_t::rw_trx_list 8 years ago
Sergey Vojtovich d09f146934 MDEV-14756 - Remove trx_sys_t::rw_trx_list 8 years ago
Sergey Vojtovich 0ca2ea1a65 MDEV-14638 - Replace trx_sys_t::rw_trx_set with LF_HASH 8 years ago
Sergey Vojtovich 380069c235 MDEV-14638 - Replace trx_sys_t::rw_trx_set with LF_HASH 8 years ago
Aleksey Midenkov b55a149194
Timestamp-based versioning for InnoDB [closes #209] 8 years ago
Marko Mäkelä 77fb7ccba4 Follow-up fix to MDEV-13201 Assertion `srv_undo_sources || ...` failed on shutdown during DDL operation 8 years ago
Marko Mäkelä 0c6ff122fa Follow-up fix to MDEV-14477: Use proper std::map allocator 8 years ago
Marko Mäkelä 0b89a42ffc Remove the flag vers_update_trt 8 years ago
Marko Mäkelä d8ada08152 MDEV-14477 InnoDB update_time is wrongly updated after partial rollback or internal COMMIT 8 years ago
Eugene Kosov 90c809a61d IB: VTQ cleanups [#305] 8 years ago
Aleksey Midenkov 33085349e9 IB, SQL: removed VTQ, added TRT on SQL layer [closes #305] 8 years ago
Eugene Kosov fa79f6ac86 IB: style changes [closes #306] 8 years ago
Aleksey Midenkov 669fd1d962 IB: ulint compilation fixes 8 years ago
Marko Mäkelä a4948dafcd MDEV-11369 Instant ADD COLUMN for InnoDB 8 years ago
Marko Mäkelä 3c09f148f3 MDEV-12288 Reset DB_TRX_ID when the history is removed, to speed up MVCC 8 years ago
Marko Mäkelä 50faeda4d6 Remove trx_t::has_search_latch and simplify debug code 8 years ago
Jan Lindström f4df8c00c9 MDEV-11197: TrxInInnoDB::is_aborted(const trx_t*): Assertion `srv_read_only_mode || trx->in_depth > 0' failed 9 years ago
Aleksey Midenkov d54d36c45e IB, SQL: (0.4) COMMIT_ID-based ordering of transactions 9 years ago
Aleksey Midenkov 53a892fcfd IB: 0.2 part IV 9 years ago
Aleksey Midenkov bdb12d1499 IB: 0.2 part II 9 years ago
Aleksey Midenkov 84e1971128 IB: 0.2 part I 9 years ago
Debarun Banerjee bf5be32376 BUG#25032066 PREPARED TRANSACTION SHOULD NOT BE ROLLED BACK BY HIGH PRIORITY TRANSACTION 9 years ago
Marko Mäkelä 858d8f0c6e Remove innodb_support_xa (deprecated in 5.7.10 and 10.2.) 9 years ago
Marko Mäkelä 85da56bf2d Remove the unused variable trx_t::support_xa. 9 years ago
Sachin Setiya cdd1dc829b MW-28, codership/mysql-wsrep#28 Fix sync_thread_levels debug assert 9 years ago
Marko Mäkelä 124bae082b MDEV-12289 Keep 128 persistent rollback segments for compatibility and performance 9 years ago
Marko Mäkelä a0c79bcf00 Rename InnoDB transaction undo logging predicates. 9 years ago
Vladislav Vaintroub e5b67a46bc MDEV-12345 Performance : replace calls to clock() inside trx_start_low() by THD::start_utime 9 years ago
Jan Lindström 53c6195eed Fixed test failure on galere_wsrep_log_conflicts on XtraDB. 9 years ago
Marko Mäkelä 97acc4a1c3 MDEV-12270 Port MySQL 8.0 Bug#21141390 REMOVE UNUSED FUNCTIONS AND CONVERT GLOBAL SYMBOLS TO STATIC 11 years ago
Marko Mäkelä 4e1116b2c6 MDEV-12271 Port MySQL 8.0 Bug#23150562 REMOVE UNIV_MUST_NOT_INLINE AND UNIV_NONINL 10 years ago
Sachin Setiya 0e0ae0bb06 MW-28, codership/mysql-wsrep#28 Fix sync_thread_levels debug assert 9 years ago
Marko Mäkelä 13e5c9de80 MDEV-12219 Discard temporary undo logs at transaction commit 9 years ago
Marko Mäkelä 7a30d86e9d Simplify InnoDB startup. 9 years ago
Marko Mäkelä 89d80c1b0b Fix many -Wconversion warnings. 9 years ago
Marko Mäkelä 27b9989d31 MDEV-12121 Introduce build option WITH_INNODB_AHI to disable innodb_adaptive_hash_index 9 years ago
Marko Mäkelä 588eca31e3 Post-fix for MDEV-12050 Remove unused InnoDB Memcached hooks 9 years ago