mirror of https://gitee.com/bigwinds/arangodb
added all
This commit is contained in:
parent
795b2a9178
commit
0b7c4ecee2
|
@ -169,8 +169,11 @@ Handler::status_e RequestStatisticsHandler::execute () {
|
||||||
if (l == "current") {
|
if (l == "current") {
|
||||||
length = 0;
|
length = 0;
|
||||||
}
|
}
|
||||||
|
else if (l == "all" || l == "*") {
|
||||||
|
length = -1;
|
||||||
|
}
|
||||||
else {
|
else {
|
||||||
length = StringUtils::uint32(l);
|
length = StringUtils::int32(l);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in New Issue