mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-14 07:06:28 +00:00
Fix MongoDB StorageEngine
This commit is contained in:
@@ -30,10 +30,10 @@ type ServerStatus struct {
|
||||
}
|
||||
|
||||
type StorageEngine struct {
|
||||
Name string `bson:"name"`
|
||||
SupportCommittedREads bool `bson:supportsCommittedReads"`
|
||||
ReadOnly bool `bson:"readOnly"`
|
||||
Persistent bool `bson:"persistent"`
|
||||
Name string `bson:"name"`
|
||||
SupportsCommittedReads bool `bson:"supportsCommittedReads"`
|
||||
ReadOnly bool `bson:"readOnly"`
|
||||
Persistent bool `bson:"persistent"`
|
||||
}
|
||||
|
||||
// WiredTiger stores information related to the WiredTiger storage engine.
|
||||
|
Reference in New Issue
Block a user