377 Commits (4b80c11f52a3da189bafd7a772bcbf3519ceb41e)

Author SHA1 Message Date
Marko Mäkelä fde5386d16 Add dict_table_t::not_redundant() 7 years ago
Marko Mäkelä 3ea7de9a78 MDEV-15562 post-push cleanup 7 years ago
Marko Mäkelä 0e5a4ac253 MDEV-15662 Instant DROP COLUMN or changing the order of columns 7 years ago
Marko Mäkelä f545e3cfa9 MDEV-15562: Remove dict_table_t::rollback_instant(unsigned n) 7 years ago
Marko Mäkelä cd08173490 MDEV-15562: Add dict_index_t::first_user_field() 7 years ago
Marko Mäkelä 85cdb63f77 Correct a function comment 7 years ago
Marko Mäkelä 754727bb8a MDEV-14378 In ALGORITHM=INPLACE, use a common name for the intermediate tables or partitions 7 years ago
Marko Mäkelä 9dfef6e29b Fix -Wclass-memaccess warnings in InnoDB,XtraDB 7 years ago
Marko Mäkelä 255328d393 MDEV-16131 Assertion failed in dict_index_t::instant_field_value() 7 years ago
Thirunarayanan Balathandayuthapani d897b4dc25 MDEV-15855: Use atomics for dict_table_t::n_ref_count 7 years ago
Thirunarayanan Balathandayuthapani eb77f8cf8d MDEV-16087 Inconsistent SELECT results when query cache is enabled 8 years ago
Marko Mäkelä 8dc70c862b MDEV-16376 ASAN: heap-use-after-free in gcol.innodb_virtual_debug 8 years ago
Marko Mäkelä 5e84ea9634 MDEV-12266: Remove dict_table_is_discarded() 8 years ago
Marko Mäkelä e44ca6cc9c MDEV-14825 Assertion `col->ord_part' in row_build_index_entry_low upon ROLLBACK or DELETE with concurrent ALTER on partitioned table 8 years ago
Marko Mäkelä 6c43068d63 MDEV-15060 Assertion in row_log_table_apply_op after instant ADD when the table is emptied during subsequent ALTER TABLE 8 years ago
Marko Mäkelä ba19764209 Fix most -Wsign-conversion in InnoDB 8 years ago
Monty 2ccd6716fc Fix a lot of compiler warnings found by -Wunused 8 years ago
Marko Mäkelä 4cad42392a MDEV-12266: Change dict_table_t::space to fil_space_t* 8 years ago
Marko Mäkelä 428e02895b MDEV-12266: Remove dict_index_t::table_name 8 years ago
Marko Mäkelä 604fea1ad6 MDEV-12266: Remove dict_index_t::space 8 years ago
Marko Mäkelä e7980f9cee MDEV-12266: Add dict_index_t::set_modified(mtr) 8 years ago
Marko Mäkelä 60ef478c2e Remove an unnecessary global declaration 8 years ago
Eugene Kosov 19a182b1ea MDEV-15364 FOREIGN CASCADE operations in system versioned referenced tables 8 years ago
Eugene Kosov fd73c6dda4 Vers IB: Mark unversioned fields in system versioning tables 8 years ago
Aleksey Midenkov 0cf97ad5b9 IB: CASCADE operation for DELETE 8 years ago
Sergey Vojtovich 131d9a5d0c Allocate lock_sys statically 8 years ago
Marko Mäkelä db25305780 MDEV-14407 Assertion failure during rollback 8 years ago
Marko Mäkelä 7660d8c94e Remove dict_table_t::is_clust() 8 years ago
Marko Mäkelä 609d0a9194 MDEV-14407 Assertion failure during rollback 8 years ago
Marko Mäkelä 10590dd39c MDEV-15199 Referential integrity broken in ON DELETE CASCADE 8 years ago
Vladislav Vaintroub 6c279ad6a7 MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from 'size_t' to 'type', possible loss of data) 8 years ago
Marko Mäkelä 0ba6aaf030 MDEV-11415 Remove excessive undo logging during ALTER TABLE…ALGORITHM=COPY 8 years ago
Marko Mäkelä 041a32abcd Remove trx_mod_tables_t::vers_by_trx 8 years ago
Marko Mäkelä 92d233a512 MDEV-15061 TRUNCATE must honor InnoDB table locks 8 years ago
Marko Mäkelä 906ce0962d MDEV-7049 MySQL#74585 - InnoDB: Failing assertion: *mbmaxlen < 5 in file ha_innodb.cc line 1904 8 years ago
Aleksey Midenkov b55a149194
Timestamp-based versioning for InnoDB [closes #209] 8 years ago
Marko Mäkelä 07e9ff1fe1 MDEV-14378 In ALGORITHM=INPLACE, use a common name for the intermediate tables or partitions 8 years ago
Marko Mäkelä e9bc0f75ef MDEV-5834 cleanup: Inline two tiny functions 8 years ago
Marko Mäkelä 8be7548085 Follow-up to MDEV-12698: Adjust some comments 8 years ago
Marko Mäkelä 0b89a42ffc Remove the flag vers_update_trt 8 years ago
Marko Mäkelä 03fbfeef66 Identify system-versioned columns in the InnoDB dictionary 8 years ago
Aleksey Midenkov 33085349e9 IB, SQL: removed VTQ, added TRT on SQL layer [closes #305] 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
Marko Mäkelä e94c9d24f6 MDEV-14378 In ALGORITHM=INPLACE, use a common name for the intermediate tables or partitions 8 years ago
Vicențiu Ciorbaru 4ef64e01a7 5.6.38 8 years ago
Marko Mäkelä c65fdcf7c8 MDEV-14062 Upgrade from 10.0 fails on assertion during ALTER TABLE 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ä cc3057fde7 Remove dict_table_t::big_rows 8 years ago