make --rr work with InnoDB again
Since 420f8e24ab7 InnoDB uses O_DIRECT by default
This commit is contained in:
parent
6fab256bc8
commit
771f3cf995
@ -77,7 +77,7 @@ my %debuggers = (
|
|||||||
options => '-f -o {log} {exe} {args}',
|
options => '-f -o {log} {exe} {args}',
|
||||||
},
|
},
|
||||||
rr => {
|
rr => {
|
||||||
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',
|
||||||
run => 'env',
|
run => 'env',
|
||||||
pre => sub {
|
pre => sub {
|
||||||
::mtr_error('rr requires kernel.perf_event_paranoid <= 1')
|
::mtr_error('rr requires kernel.perf_event_paranoid <= 1')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user