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 6fab256 commit 771f3cfCopy full SHA for 771f3cf
mysql-test/lib/My/Debugger.pm
@@ -77,7 +77,7 @@ my %debuggers = (
77
options => '-f -o {log} {exe} {args}',
78
},
79
rr => {
80
- options => '_RR_TRACE_DIR={log} rr record {exe} {args} --loose-skip-innodb-use-native-aio',
+ options => '_RR_TRACE_DIR={log} rr record {exe} {args} --loose-skip-innodb-use-native-aio --loose-innodb-flush-method=fsync',
81
run => 'env',
82
pre => sub {
83
::mtr_error('rr requires kernel.perf_event_paranoid <= 1')
0 commit comments