summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2020-02-18 10:54:28 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2020-02-18 10:54:28 +0200
commit23de5b8f0751a7970019689ded01df5389a23a7f (patch)
tree4695fc4b29b1cbcc45c053bb639427acd3402b81 /mysql-test
parent41fe972db7cb48ac4cf4047edbe24a4ae3339bd8 (diff)
downloadmariadb-git-23de5b8f0751a7970019689ded01df5389a23a7f.tar.gz
MDEV-21725 Optimize btr_page_reorganize_low() redo logging
btr_page_reorganize_low(): Log only the changed data in the page. TODO: Do not copy the entire changed payload to the redo log. Emit a combination of MEMMOVE and WRITE records to reduce the log volume.
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/suite/innodb/t/innodb_defrag_concurrent.opt2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/innodb/t/innodb_defrag_concurrent.opt b/mysql-test/suite/innodb/t/innodb_defrag_concurrent.opt
index 5d0dd66114b..3242c6cf2ab 100644
--- a/mysql-test/suite/innodb/t/innodb_defrag_concurrent.opt
+++ b/mysql-test/suite/innodb/t/innodb_defrag_concurrent.opt
@@ -1,5 +1,5 @@
--loose-innodb-buffer-pool-stats
--loose-innodb-buffer-page
--loose-innodb-buffer-page-lru
---innodb-log-buffer-size=6m
+--innodb-log-buffer-size=3m
--innodb-defragment=1 \ No newline at end of file