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:
@@ -30,10 +30,10 @@ 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"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// WiredTiger stores information related to the WiredTiger storage engine.
|
// WiredTiger stores information related to the WiredTiger storage engine.
|
||||||
|
Reference in New Issue
Block a user