27 Commits (06e5f28f9f132aee0413701baf05cc518964debf)

Author SHA1 Message Date
Marko Mäkelä 06e5f28f9f MDEV-12266: Remove a level of pointer indirection 7 years ago
Marko Mäkelä 391e60b2db Fix -Wclass-memaccess warnings in InnoDB 7 years ago
Sergey Vojtovich aeaac6ca76 moved include <cmath> from my_global.h 8 years ago
Sergey Vojtovich 54999f4e75 Use std::isfinite in C++ code 8 years ago
Marko Mäkelä ba43914ec4 Replace dict_table_is_temporary(table) with table->is_temporary() 8 years ago
Marko Mäkelä 2b27ac8282 Fix many -Wunused-parameter 8 years ago
Marko Mäkelä 9b1313e849 rtr_estimate_n_rows_in_range(): Simplify code 8 years ago
Marko Mäkelä 935025f891 Add an explicit cast from double to ha_rows 8 years ago
Marko Mäkelä b2c4740034 Fix some -Wsign-conversion 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ä 4cad42392a MDEV-12266: Change dict_table_t::space to fil_space_t* 8 years ago
Marko Mäkelä e7980f9cee MDEV-12266: Add dict_index_t::set_modified(mtr) 8 years ago
Marko Mäkelä bd7ed1b923 MDEV-13935 INSERT stuck at state Unlocking tables 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ä 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ä e5eef05140 Minor code cleanup. 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ä 63574f1275 MDEV-11690 Remove UNIV_HOTBACKUP 9 years ago
Daniel Black b11eb36963 MDEV-11451: isinf || isnan -> !isfinite 9 years ago
Sergei Golubchik dc900cc846 Remove a bunch of TODO's, fix perfschema.threads_innodb test 9 years ago
Jan Lindström fec844aca8 Merge InnoDB 5.7 from mysql-5.7.14. 9 years ago
Jan Lindström 2e814d4702 Merge InnoDB 5.7 from mysql-5.7.9. 9 years ago