mariadb/storage
Marko Mäkelä 08ba388713 MDEV-12353: Replace MLOG_REC_INSERT,MLOG_COMP_REC_INSERT
page_mem_alloc_free(), page_dir_set_n_heap(), page_ptr_set_direction():
Merge with the callers.

page_direction_reset(), page_direction_increment(),
page_zip_dir_insert(), page_zip_write_rec_ext(), page_zip_write_rec():
Add the parameter mtr, and write log.

PageBulk::insert(), PageBulk::finish(): Write log for all changes.

page_cur_rec_insert(), page_cur_insert_rec_write_log(),
page_cur_insert_rec_write_log(): Remove.

page_rec_set_next(), page_header_set_field(), page_header_set_ptr():
Remove. Use lower-level operations with or without logging.

page_zip_dir_add_slot(): Move to the same compilation unit with
its only caller, page_cur_insert_rec_zip().

page_cur_insert_rec_zip(): Mark pieces of code that must be skipped
once this task is completed.

btr_defragment_chunk(): Before starting a mini-transaction that
is writing (a lot), invoke log_free_check(). This should allow
the test innodb.innodb_defrag_concurrent to pass with the
mtr default_mysqld.cnf setting of innodb_log_file_size=10M.

MLOG_BUF_MARGIN: Remove.
2020-02-13 18:19:14 +02:00
..
archive Revert "MDEV-20342 Turn Field::flags from a member to a method" 2019-08-14 20:27:00 +04:00
blackhole Merge 10.4 into 10.5 2019-08-13 18:57:00 +03:00
cassandra Merge 10.4 into 10.5 2019-08-13 18:57:00 +03:00
connect Merge 10.4 into 10.5 2020-02-07 08:51:20 +02:00
csv MDEV-20806 Federated does not work with INET6, returns NULL with warning ER_TRUNCATED_WRONG_VALUE 2019-10-12 07:25:53 +04:00
example Merge 10.4 into 10.5 2019-12-16 07:47:17 +02:00
federated MDEV-21581 Helper functions and methods for CHARSET_INFO 2020-01-28 12:29:23 +04:00
federatedx MDEV-21581 Helper functions and methods for CHARSET_INFO 2020-01-28 12:29:23 +04:00
heap MDEV-21581 Helper functions and methods for CHARSET_INFO 2020-01-28 12:29:23 +04:00
innobase MDEV-12353: Replace MLOG_REC_INSERT,MLOG_COMP_REC_INSERT 2020-02-13 18:19:14 +02:00
maria Merge 10.4 into 10.5 2020-02-07 08:51:20 +02:00
mroonga MDEV-18650: Options deprecated in previous versions - mroonga_default_parser 2020-02-13 13:42:01 +02:00
myisam Merge 10.4 into 10.5 2020-02-07 08:51:20 +02:00
myisammrg MDEV-19955 make argument of handler::ha_write_row() const 2019-07-05 13:14:19 +03:00
oqgraph Revert "MDEV-20342 Turn Field::flags from a member to a method" 2019-08-14 20:27:00 +04:00
perfschema MDEV-21702 Add a data type for privileges 2020-02-11 08:10:26 +04:00
rocksdb MDEV-15058: Revert the changes to INFORMATION_SCHEMA 2020-02-12 20:54:59 +02:00
sequence MDEV-16327: Server doesn't account for engines that supports OFFSET on their own. 2019-10-13 09:40:41 +02:00
sphinx Merge 10.4 into 10.5 2019-12-16 07:47:17 +02:00
spider MDEV-21581 Helper functions and methods for CHARSET_INFO 2020-01-28 12:29:23 +04:00
test_sql_discovery
tokudb Merge branch '10.4' into 10.5 2020-02-12 08:55:17 +01:00