Skip to content

Commit 6d5a227

Browse files
committed
WL#16179 Change default values for InnoDB variables [followup test fix]
Note: This commit is a followup test fix Description: Innodb flush method is changed from fsync to O_DIRECT on platforms where O_DIRECT is supported. This causes some test failures in tests which query the flush method. Fix: Add option files for these tests and set the flush method to fsync. Change-Id: I987ec3014917f867fbe54b83f03601ff3977b7c9
1 parent 68d7064 commit 6d5a227

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--innodb_flush_method=fsync
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--innodb_flush_method=fsync

0 commit comments

Comments
 (0)