182118 Commits (8bbcc0d5050dcbd44c0bc396c6b1acd488d3dfe2)
 

Author SHA1 Message Date
Marko Mäkelä 8bbcc0d505 MDEV-12218: Put back mariabackup --innodb-flush-method 8 years ago
Marko Mäkelä 9801715cb0 Use compile_time_assert() in InnoDB 8 years ago
Marko Mäkelä 8cd55ae2a9 Fix WITH_INNODB_EXTRA_DEBUG 8 years ago
Monty a1fe7d75dc Removed even more warning that was found with -Wunused 8 years ago
Monty 7d6b55b99a Added version of lex_string_eq that compares with const char * 8 years ago
Monty 862e602b5a Added more test to sql-bench 8 years ago
Marko Mäkelä cb16bc95ff MDEV-14906 Assertion index->is_instant() failed on DELETE 8 years ago
Marko Mäkelä 38bc4bcc96 MDEV-16058 Unnecessary computations for SPATIAL INDEX 8 years ago
Marko Mäkelä d73241c0a9 Simplify dict_stats_analyze_index_level() 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ä baa5a43d8c MDEV-16045: Replace log_group_t with log_t::files 8 years ago
Marko Mäkelä d73a898d64 MDEV-16045: Allocate log_sys statically 8 years ago
Marko Mäkelä 715e4f4320 MDEV-12218 Clean up InnoDB parameter validation 8 years ago
Marko Mäkelä 9ed2b2b2b8 Do not divide or multiply by srv_page_size 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ä e37df0f95a Fix some -Wsign-conversion 8 years ago
Marko Mäkelä 1292a01c7f Simplify simple_counter 8 years ago
Marko Mäkelä 8861d442d6 Correct member function comments 8 years ago
Marko Mäkelä 704ef98d0a Merge 10.2 into 10.3 8 years ago
Marko Mäkelä bcc26dce3a Revert "Fix mtr to be able to wait for >1 exited mysqld" 8 years ago
Alexey Botchkov 4968049799 MDEV-11084 Select statement with partition selection against MyISAM 8 years ago
Alexander Barkov 9df0eab327 Cleanup for MDEV-16020 (fixing compilation failure on Windows) 8 years ago
Alexander Barkov 96a301bbbe MDEV-16020 SP variables inside GROUP BY..WITH ROLLUP break replication 8 years ago
Igor Babaev 6c5e60f1b1 MDEV-16038 Assertion `map->n_bits > 0' failed (my_bitmap.c:386: bitmap_is_clear_all) 8 years ago
Marko Mäkelä 99fa7c6c2f Merge 10.2 into 10.3 8 years ago
Marko Mäkelä 2898c7ec9e MDEV-15914: Make mtr_buf_t a plain class 8 years ago
Marko Mäkelä 362151e8c8 MDEV-15914: Simplify mlog_open_and_write_index() 8 years ago
Marko Mäkelä 6f88bc4511 MDEV-15914: Use buf_block_t* for undo, not page_t* 8 years ago
Marko Mäkelä 76c62bc69c MDEV-15914: Restore MLOG_UNDO_INSERT 8 years ago
Marko Mäkelä 83bd4dd1ee MDEV-15914: Remove trx_t::undo_mutex 8 years ago
Marko Mäkelä f7cac5e26c MDEV-12288/MDEV-15132/MDEV-15158: Adjust a comment 8 years ago
Marko Mäkelä ff0000cdd2 MDEV-15914: Remove trx_undo_t::empty 8 years ago
Marko Mäkelä c121574dff MDEV-15914: buf_pool_is_obsolete(): Add UNIV_UNLIKELY 8 years ago
Marko Mäkelä 7b7e4d679a MDEV-15914: Simplify row_search_mvcc() 8 years ago
Marko Mäkelä 30553aa37b MDEV-15914: Fast path for rw_trx_hash::find() 8 years ago
Marko Mäkelä b4c5e4a717 Follow-up fix to MDEV-14705: Flush log at shutdown 8 years ago
Alexey Botchkov 6e42d19f25 MDEV-15915 Add Feature_json status variable. 8 years ago
Marko Mäkelä 5569b3eb09 MDEV-16041 Do not write for null update (properly fix MySQL Bug#29157) 8 years ago
Monty cd48c1e23a Removed some old #if MYSQL_VERSION 8 years ago
Monty 2ccd6716fc Fix a lot of compiler warnings found by -Wunused 8 years ago
Oleksandr Byelkin 0bdc15d86e MDEV-15732: Assertion `next_free_value % real_increment == offset && next_free_value >= reserved_until' failed in sequence_definition::adjust_values upon SETVAL for sequence with INCREMENT 0 8 years ago
Daniel Black 7f89d9c9e3 tests: func_math, correct crc32 for mariadb 8 years ago
Shivashankar Nagaraj 1a011e5b5a BUG#26495791: CONTRIBUTION: EXPAND TEST SUITE TO INCLUDE CRC32 TESTS 8 years ago
Marko Mäkelä c5ea43fc99 innobase_init(): Remove some dead code 8 years ago
Marko Mäkelä 6e04af1b78 Remove dead code HAVE_LZO1X 8 years ago
Marko Mäkelä c026e2c006 MDEV-15507 Assertion failed in dict_check_sys_tables on upgrade from 5.5 8 years ago
Igor Babaev 5bba69f816 Fixed a compiler error 8 years ago