We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98009a commit 9928dbeCopy full SHA for 9928dbe
storage/innobase/log/log0log.cc
@@ -950,6 +950,7 @@ log_io_complete(
950
case SRV_LITTLESYNC:
951
case SRV_O_DIRECT:
952
case SRV_O_DIRECT_NO_FSYNC:
953
+ case SRV_ALL_O_DIRECT_FSYNC:
954
fil_flush(group->space_id);
955
}
956
@@ -1772,6 +1773,7 @@ log_checkpoint(
1772
1773
1774
1775
1776
1777
fil_flush_file_spaces(FIL_TYPE_TABLESPACE);
1778
1779
0 commit comments