mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-14 15:33:49 +00:00
Fix MongoDB StorageEngine
This commit is contained in:
@@ -31,7 +31,7 @@ type ServerStatus struct {
|
|||||||
|
|
||||||
type StorageEngine struct {
|
type StorageEngine struct {
|
||||||
Name string `bson:"name"`
|
Name string `bson:"name"`
|
||||||
SupportCommittedREads bool `bson:supportsCommittedReads"`
|
SupportsCommittedReads bool `bson:"supportsCommittedReads"`
|
||||||
ReadOnly bool `bson:"readOnly"`
|
ReadOnly bool `bson:"readOnly"`
|
||||||
Persistent bool `bson:"persistent"`
|
Persistent bool `bson:"persistent"`
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user