242 Commits (198ed24cac6609e68687841c022efacdc9719d5f)

Author SHA1 Message Date
Marko Mäkelä 92d233a512 MDEV-15061 TRUNCATE must honor InnoDB table locks 8 years ago
Sergey Vojtovich a447980ff3 MDEV-14756 - Remove trx_sys_t::rw_trx_list 8 years ago
Marko Mäkelä 773c3ceb57 MDEV-14824 Assertion `!trx_is_started(trx)' failed in innobase_start_trx_and_assign_read_view 8 years ago
Sergei Golubchik b85efdc3af rename system_time columns 8 years ago
Eugene Kosov 2a3c66a636 IB: move methods to proper place 8 years ago
Aleksey Midenkov b55a149194
Timestamp-based versioning for InnoDB [closes #209] 8 years ago
Eugene Kosov dcc00d2be3
IB: combine is_delete, vers_delete into enum [closes #337] 8 years ago
Marko Mäkelä 03fbfeef66 Identify system-versioned columns in the InnoDB dictionary 8 years ago
Eugene Kosov 0cdc1164dc SQL, IB: various refactoring [#337] 8 years ago
Aleksey Midenkov 29d25e0522 IB: row_ins 'trx' arg reverted [#305] 8 years ago
Eugene Kosov 90c809a61d IB: VTQ cleanups [#305] 8 years ago
Jan Lindström d7349e204b MDEV-9663: InnoDB assertion failure: *cursor->index->name == TEMP_INDEX_PREFIX 8 years ago
Jan Lindström d8ccc61f76 MDEV-9663: InnoDB assertion failure: *cursor->index->name == TEMP_INDEX_PREFIX 8 years ago
Jan Lindström 0c4d11e819 MDEV-13206: INSERT ON DUPLICATE KEY UPDATE foreign key fail 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 8972291ac1 IB: misc fixes [#305] 8 years ago
Eugene Kosov e674806282 IB: DICT_TF2_VERSIONED flag removed 8 years ago
Eugene Kosov 4a662df945 IB: do not use long and ullong types [#306] 8 years ago
Marko Mäkelä ba80eeb584 Fix warnings 8 years ago
Eugene Kosov 0d3b8ed048 fix win32 warnings 8 years ago
Marko Mäkelä 5d142f9958 MDEV-13795/MDEV-14332 Corruption during online table-rebuilding ALTER when VIRTUAL columns exist 8 years ago
sjaakola f4f2e8fa2a MW-402 cascading FK issues 8 years ago
Marko Mäkelä 771305b21d MDEV-12569 InnoDB suggests filing bugs at MySQL bug tracker 8 years ago
Marko Mäkelä b933a8c354 MDEV-12569 InnoDB suggests filing bugs at MySQL bug tracker 8 years ago
Marko Mäkelä a0df2693a2 Remove an unused parameter 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
sjaakola efb673fe5f MW-402 cascading FK issues 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ä 59caf2c3c1 MDEV-13485 MTR tests fail massively with --innodb-sync-debug 8 years ago
Marko Mäkelä 5d1c0d0086 MDEV-13331 FK DELETE CASCADE does not honor innodb_lock_wait_timeout 8 years ago
sjaakola 396770fb67 Refs: MW-369 * changed parent row key type to S(hared), when FK child table is being updated or deleted 9 years ago
sjaakola cc3bee92b6 Refs: MW-369 * changed insert for a FK child table to take exclusive lock on FK parent table 9 years ago
Marko Mäkelä c436338d9d Assert that DB_TRX_ID must be set on delete-marked records 8 years ago
Sachin Setiya e333d82964 MDEV-12398 All cluster nodes stop due to a foreign key constraint failure 9 years ago
Marko Mäkelä 8acf4d6f78 Follow-up fixes for MDEV-10139 Support for InnoDB SEQUENCE objects 9 years ago
Marko Mäkelä 9f89b94ba6 MDEV-12358 Work around what looks like a bug in GCC 7.1.0 9 years ago
Aleksey Midenkov 7445be89af IB: correct way of using start_time_micro [fixes #189] 9 years ago
Marko Mäkelä c22ef4df26 MDEV-12253 post-merge fix: Use accessors for dict_table_t::file_unreadable 9 years ago
Aleksey Midenkov 4383e16cbe IB: skip check_ref on historical record [fixes #101] 9 years ago
Aleksey Midenkov 46badf17c4 IB: FK cascade delete when parent versioned [fixes #101] 9 years ago
Aleksey Midenkov d54d36c45e IB, SQL: (0.4) COMMIT_ID-based ordering of transactions 9 years ago
Kosov Eugene 20b2719f45 Misc: foreign check code cleanups 9 years ago
kevgs a22cbc453f IB: (0.4) foreign keys for versioned tables (#58) 9 years ago
Aleksey Midenkov 5dea51657d IB: optimized update for non-versioned fields 9 years ago
Aleksey Midenkov 5c4473dc74 IB: misc fix 9 years ago
Aleksey Midenkov 53a892fcfd IB: 0.2 part IV 9 years ago