Make modifiers in size type arguments case insensitive
Bug #918186 reported by
Alexey Kopytov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
sysbench | Status tracked in Trunk | |||||
0.4 |
Confirmed
|
Undecided
|
Unassigned | |||
Trunk |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
In size type arguments, e.g. memory-block-size, the arguments are currently case sensitive, e.g. "8K" is parsed as 8 kilobytes, but "8k" is parsed as 0 without any errors or warnings.
It would more reasonable to parse those values in a case insensitive way.
To post a comment you must log in.