summaryrefslogtreecommitdiff
path: root/mysql-test/lib
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2021-06-28 12:27:00 +0200
committerSergei Golubchik <serg@mariadb.org>2021-06-30 09:34:26 +0200
commit771f3cf995897069dd2170f7b507722f7172363d (patch)
treef64ec4d8c94649866e9c17be3c9e2d8aa566673f /mysql-test/lib
parent6fab256bc8539f848c77f9bff0c7b7e024f7943d (diff)
downloadmariadb-git-771f3cf995897069dd2170f7b507722f7172363d.tar.gz
make --rr work with InnoDB again
Since 420f8e24ab7 InnoDB uses O_DIRECT by default
Diffstat (limited to 'mysql-test/lib')
-rw-r--r--mysql-test/lib/My/Debugger.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/lib/My/Debugger.pm b/mysql-test/lib/My/Debugger.pm
index 2a5c9c63d96..a115da92e7e 100644
--- a/mysql-test/lib/My/Debugger.pm
+++ b/mysql-test/lib/My/Debugger.pm
@@ -77,7 +77,7 @@ my %debuggers = (
options => '-f -o {log} {exe} {args}',
},
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',
pre => sub {
::mtr_error('rr requires kernel.perf_event_paranoid <= 1')