Skip to content

Commit 771f3cf

Browse files
committed
make --rr work with InnoDB again
Since 420f8e2 InnoDB uses O_DIRECT by default
1 parent 6fab256 commit 771f3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-test/lib/My/Debugger.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ my %debuggers = (
7777
options => '-f -o {log} {exe} {args}',
7878
},
7979
rr => {
80-
options => '_RR_TRACE_DIR={log} rr record {exe} {args} --loose-skip-innodb-use-native-aio',
80+
options => '_RR_TRACE_DIR={log} rr record {exe} {args} --loose-skip-innodb-use-native-aio --loose-innodb-flush-method=fsync',
8181
run => 'env',
8282
pre => sub {
8383
::mtr_error('rr requires kernel.perf_event_paranoid <= 1')

0 commit comments

Comments
 (0)