mariadb/storage/innobase/buf
Marko Mäkelä 0f90728bc0 MDEV-16809 Allow full redo logging for ALTER TABLE
Introduce the configuration option innodb_log_optimize_ddl
for controlling whether native index creation or table-rebuild
in InnoDB should keep optimizing the redo log
(and writing MLOG_INDEX_LOAD records to ensure that
concurrent backup would fail).

By default, we have innodb_log_optimize_ddl=ON, that is,
the default behaviour that was introduced in MariaDB 10.2.2
(with the merge of InnoDB from MySQL 5.7) will be unchanged.

BtrBulk::m_trx: Replaces m_trx_id. We must be able to check for
KILL QUERY even if !m_flush_observer (innodb_log_optimize_ddl=OFF).

page_cur_insert_rec_write_log(): Declare globally, so that this
can be called from PageBulk::insert().

row_merge_insert_index_tuples(): Remove the unused parameter trx_id.

row_merge_build_indexes(): Enable or disable redo logging based on
the innodb_log_optimize_ddl parameter.

PageBulk::init(), PageBulk::insert(), PageBulk::finish(): Write
redo log records if needed. For ROW_FORMAT=COMPRESSED, redo log
will be written in PageBulk::compress() unless we called
m_mtr.set_log_mode(MTR_LOG_NO_REDO).
2018-07-26 08:44:42 +03:00
..
buf0buddy.cc Merge branch 'github/10.1' into 10.2 2018-02-06 14:50:50 +01:00
buf0buf.cc Reduce the number of rw_lock_own() calls 2018-07-23 17:49:01 +03:00
buf0checksum.cc MDEV-11939: innochecksum mistakes a file for an encrypted one (page 0 invalid) 2017-08-03 08:29:36 +03:00
buf0dblwr.cc MDEV-13103 Deal with page_compressed page corruption 2018-06-14 14:23:01 +03:00
buf0dump.cc Merge branch '10.1' into 10.2 2018-04-10 17:43:18 +03:00
buf0flu.cc MDEV-16809 Allow full redo logging for ALTER TABLE 2018-07-26 08:44:42 +03:00
buf0lru.cc Reduce the number of rw_lock_own() calls 2018-07-23 17:49:01 +03:00
buf0mtflu.cc MDEV-11707: Fix incorrect memset() for structures containing 2017-02-06 15:40:17 +02:00
buf0rea.cc Adjust the instrumentation and test 2017-10-18 11:53:45 +03:00