211 Commits (14471d92c552ca6fbf26971d4fe5d2488cb958d7)

Author SHA1 Message Date
Aleksey Midenkov 14471d92c5 Minor InnoDB refactoring 7 years ago
Sergey Vojtovich 66bca0dfa9 MDEV-17441 - InnoDB transition to C++11 atomics 7 years ago
Sergey Vojtovich 2e5d35961d MDEV-17441 - InnoDB transition to C++11 atomics 7 years ago
Marko Mäkelä 3a393f8c84 Merge dict_index_copy_rec_order_prefix() to its only caller 7 years ago
Marko Mäkelä 4be0855cf5 MDEV-17794 Do not assign persistent ID for temporary tables 7 years ago
Marko Mäkelä ff88e4bb8a Remove many redundant #include from InnoDB 7 years ago
Marko Mäkelä db55b39fb2 Revert some InnoDB/XtraDB changes 7 years ago
Sergei Golubchik da34c7de5d 5.6.42 7 years ago
Marko Mäkelä e548d92b23 MDEV-17546 SPATIAL INDEX should not be allowed for FOREIGN KEY 7 years ago
Marko Mäkelä f545e3cfa9 MDEV-15562: Remove dict_table_t::rollback_instant(unsigned n) 7 years ago
Marko Mäkelä 85cdb63f77 Correct a function comment 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ä de469a2f29 MDEV-14637: Fix hang due to persistent statistics 7 years ago
Marko Mäkelä 2046089745 MDEV-14637: Fix hang due to DDL with FOREIGN KEY 7 years ago
Eugene Kosov 1a7a018939 MDEV-16557 Remove INNOBASE_SHARE::idx_trans_tbl 7 years ago
Thirunarayanan Balathandayuthapani d897b4dc25 MDEV-15855: Use atomics for dict_table_t::n_ref_count 7 years ago
Marko Mäkelä e9f1d8da57 Fix warnings about possibly uninitialized variables 7 years ago
Marko Mäkelä 377cd52064 Pretty-print table names in some error messages 7 years ago
Marko Mäkelä c4eb4bcef6 MDEV-16515 InnoDB: Failing assertion: ++retries < 10000 in file 7 years ago
Marko Mäkelä 8dc70c862b MDEV-16376 ASAN: heap-use-after-free in gcol.innodb_virtual_debug 7 years ago
Marko Mäkelä 6aa50bad39 MDEV-16283 ALTER TABLE...DISCARD TABLESPACE still takes long on a large buffer pool 8 years ago
Thirunarayanan Balathandayuthapani f38d8c1701 MDEV-16201 CREATE TABLE creates extra transaction 8 years ago
Marko Mäkelä 5e84ea9634 MDEV-12266: Remove dict_table_is_discarded() 8 years ago
Marko Mäkelä c57e9835ff Replace dict_col_is_virtual(col) with col->is_virtual() 8 years ago
Marko Mäkelä ba43914ec4 Replace dict_table_is_temporary(table) with table->is_temporary() 8 years ago
Aakanksha Verma 4c7ea34ef6 FOLLOW-UP FIX FOR BUG#27141613 8 years ago
Aakanksha Verma 279f992b85 Bug #27141613 ASSERTION: TRX0REC.CC:319:COL->IS_VIRTUAL() / CRASH IN TRX_UNDO_READ_V_COLS 8 years ago
Aditya A 280879ebd9 Bug #27304661 MYSQL CRASH DOING SYNC INDEX ] [FATAL] INNODB: SEMAPHORE WAIT HAS LASTED > 600 8 years ago
Marko Mäkelä 4f42f0d1ea MDEV-16119 InnoDB lock->index refers to a freed object after failed ADD INDEX 8 years ago
Marko Mäkelä 9801715cb0 Use compile_time_assert() in InnoDB 8 years ago
Marko Mäkelä 38bc4bcc96 MDEV-16058 Unnecessary computations for SPATIAL INDEX 8 years ago
Marko Mäkelä 715e4f4320 MDEV-12218 Clean up InnoDB parameter validation 8 years ago
Marko Mäkelä a90100d756 Replace univ_page_size and UNIV_PAGE_SIZE 8 years ago
Marko Mäkelä ba19764209 Fix most -Wsign-conversion in InnoDB 8 years ago
Marko Mäkelä 4fde1361a6 MDEV-15553 Assertion failed in dict_table_get_col_name 8 years ago
Sergey Vojtovich 3d5f7ad23a MDEV-15773 - Simplified away trx_free_for_(mysql|background) 8 years ago
Sergey Vojtovich d6d58836bb MDEV-15773 - trx_allocate_for_background() -> trx_create() 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
Daniel Black 7bb661cd40 innodb: os_file_create_tmpfile always called with NULL -> simplify 8 years ago
Vladislav Vaintroub d995dd2865 Windows : reenable warning C4805 (unsafe mix of types in bool operations) 8 years ago
Vicențiu Ciorbaru 3dfe148074 5.6.39 8 years ago
Marko Mäkelä ec062c6181 MDEV-12121 follow-up: Unbreak the WITH_INNODB_AHI=OFF build 8 years ago
Marko Mäkelä c903ba2f1e MDEV-13205 InnoDB: Failing assertion: !dict_index_is_online_ddl(index) upon ALTER TABLE 8 years ago
Marko Mäkelä 0bc36758ba MDEV-14717 RENAME TABLE in InnoDB is not crash-safe 8 years ago
Marko Mäkelä c19ef508b8 InnoDB: Remove ut_snprintf() and the use of my_snprintf(); use snprintf() 8 years ago
Marko Mäkelä 51b4366bfb MDEV-13328 ALTER TABLE…DISCARD TABLESPACE takes a lot of time 8 years ago
Marko Mäkelä 1eee3a3fb7 MDEV-13051 MySQL#86607 InnoDB crash after failed ADD INDEX and table_definition_cache eviction 8 years ago