1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug #49096 mtr: --mem option should be ignored on Windows

Ignored w/message in v1 and v2
This commit is contained in:
Bjorn Munch
2009-11-26 11:23:30 +01:00
parent 69c540588a
commit 22d80703ef
2 changed files with 10 additions and 0 deletions

View File

@ -1080,6 +1080,11 @@ sub command_line_setup {
}
}
if (IS_WINDOWS and defined $opt_mem) {
mtr_report("--mem not supported on Windows, ignored");
$opt_mem= undef;
}
# --------------------------------------------------------------------------
# Check if we should speed up tests by trying to run on tmpfs
# --------------------------------------------------------------------------