119 Commits (e7980f9cee3cf2c18ebb5871ca4bfcfe4f870169)

Author SHA1 Message Date
Marko Mäkelä e7980f9cee MDEV-12266: Add dict_index_t::set_modified(mtr) 8 years ago
Marko Mäkelä 60a68fdf71 Clarify the access to trx_sys.rseg_history_len 8 years ago
Eugene Kosov de4c9f460c change some ibool to bool 8 years ago
Eugene Kosov af2d260b37 merge btr_page_get_level_low() and btr_page_get_level() 8 years ago
Marko Mäkelä 32170f8c6d Add page_has_prev(), page_has_next(), page_has_siblings() 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ä 706ed8552d Revert "MDEV-6928: Add trx pointer to struct mtr_t" 8 years ago
Sergey Vojtovich 55277e8840 MDEV-15059 - Misc small InnoDB scalability fixes 8 years ago
Marko Mäkelä f8882cce93 Replace trx_sys_t* trx_sys with trx_sys_t trx_sys 8 years ago
Sergey Vojtovich d09f146934 MDEV-14756 - Remove trx_sys_t::rw_trx_list 8 years ago
Marko Mäkelä 33ecf8345d Follow-up fix to MDEV-14441: Fix a potential race condition 8 years ago
Marko Mäkelä f5e158183c Follow-up fix to MDEV-14441: Correct a misplaced condition 8 years ago
Marko Mäkelä 0664d633e4 MDEV-14952 Avoid repeated calls to btr_get_search_latch() 8 years ago
Marko Mäkelä 4beb699a36 MDEV-14952 Avoid repeated calls to btr_get_search_latch() 8 years ago
Marko Mäkelä 3fdd390791 MDEV-14441 InnoDB hangs when setting innodb_adaptive_hash_index=OFF during UPDATE 8 years ago
Sergey Vojtovich 380069c235 MDEV-14638 - Replace trx_sys_t::rw_trx_set with LF_HASH 8 years ago
Marko Mäkelä 218dbf68b8 MDEV-14058 InnoDB Assertion failure !leaf on rem0rec.cc line 566 on test innodb_gis.rtree_recovery 8 years ago
Marko Mäkelä 5d142f9958 MDEV-13795/MDEV-14332 Corruption during online table-rebuilding ALTER when VIRTUAL columns exist 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ä 48192f963a Add the parameter bool leaf to rec_get_offsets() 8 years ago
Marko Mäkelä 6b687a0fde Introduce page_rec_is_leaf() and clean up page0page.h 8 years ago
Marko Mäkelä 75dd3bcb4c Clean up after commit 93087d5fe7 8 years ago
Jan Lindström d1b3e428d4 MDEV-13227: Assertion failure len < 16384 in file rem0rec.cc line 1285 8 years ago
Jan Lindström 9284e8b2c6 MDEV-11828: innodb_page_size=64k must reject ROW_FORMAT=REDUNDANT records longer than 16383 bytes 8 years ago
Marko Mäkelä ad2d722acd MDEV-13228: Add a comment that clarifies the constants 8 years ago
Marko Mäkelä d438a448e6 MDEV-13228 Assertion `n < rec_offs_n_fields(offsets)' failed in rec_get_nth_field_offs upon crash recovery with compressed table 8 years ago
Marko Mäkelä c436338d9d Assert that DB_TRX_ID must be set on delete-marked records 8 years ago
Marko Mäkelä 0c92794db3 Remove deprecated InnoDB file format parameters 8 years ago
Marko Mäkelä 9f57e595b4 Refactor trx_undo_report_row_operation() 9 years ago
Marko Mäkelä 9f89b94ba6 MDEV-12358 Work around what looks like a bug in GCC 7.1.0 9 years ago
Marko Mäkelä c22ef4df26 MDEV-12253 post-merge fix: Use accessors for dict_table_t::file_unreadable 9 years ago
Marko Mäkelä e63ead68bf Bug#24346574 PAGE CLEANER THREAD, ASSERT BLOCK->N_POINTERS == 0 9 years ago
Jan Lindström 765a43605a MDEV-12253: Buffer pool blocks are accessed after they have been freed 9 years ago
Marko Mäkelä bb81828938 Use page_is_leaf() where applicable. 9 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
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ä 7a5288015c MDEV-12072 Do not unnecessarily construct rec_printer objects 9 years ago
Marko Mäkelä 1293e5e59b Rewrite the innodb.log_file_size test with DBUG_EXECUTE_IF. 9 years ago
Jan Lindström 71495a1748 MDEV-11849: Fix storage/innobase/* compile warnings 9 years ago
Marko Mäkelä 7cf97ed4ee MDEV-11816 Disallow CREATE TEMPORARY TABLE…ROW_FORMAT=COMPRESSED 9 years ago
Marko Mäkelä 63574f1275 MDEV-11690 Remove UNIV_HOTBACKUP 9 years ago
Marko Mäkelä 8777458a6e MDEV-6076 Persistent AUTO_INCREMENT for InnoDB 9 years ago
Marko Mäkelä c868acdf65 MDEV-11487 Revert InnoDB internal temporary tables from WL#7682 9 years ago
Marko Mäkelä 8da33e3a86 MDEV-11349 (1/2) Fix some clang 4.0 warnings 9 years ago
Jan Lindström 452e849522 MDEV-10886: encryption.innodb-bad-key-change fails (crashes) in buildbot 9 years ago
Jan Lindström fec844aca8 Merge InnoDB 5.7 from mysql-5.7.14. 9 years ago