Commit f109280
Revert "innodb: Add thd_wait_begin/end for Sync IO"
Summary:
This reverts commit 721fbd6.
The stall mentioned in the commit above already has DISKIO wait begin/end in `buf_read_page_low`. So this extra DISKIO wait is not needed for that. However, this API is also used to write to the log on the commit code path while the binlog mutex is held, which causes lots of commit stalls.
Differential Revision: D56561026
fbshipit-source-id: 868bc181 parent fdf68f7 commit f109280
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | 90 | | |
92 | 91 | | |
93 | 92 | | |
| |||
2047 | 2046 | | |
2048 | 2047 | | |
2049 | 2048 | | |
2050 | | - | |
2051 | 2049 | | |
2052 | 2050 | | |
2053 | 2051 | | |
| |||
0 commit comments