fastmmap and slowmmap arg should be mmap
Bug #1197127 reported by
Thorn Roby
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
sysbench | Status tracked in Trunk | |||||
0.4 |
Fix Committed
|
Undecided
|
Alexey Kopytov | |||
Trunk |
Fix Committed
|
Undecided
|
Alexey Kopytov |
Bug Description
On both 0.4 and 0.5 the documentation describes fileio test arguments as "fastmmap" and "slowmmap" but the only argument I can get to work is "mmap". Centos 6 X86_64.
To post a comment you must log in.
Right, the choice between "fastmmap" and "slowmmap" is now made automatically at compile time (i.e. it will always be "fastmmap" for --file-io-mode=mmap on a 64-bit machine).
I will correct documentation and the built-in help. Thanks for reporting!