Skip to content

Commit

Permalink
Add option to getLocalNodeState
Browse files Browse the repository at this point in the history
  • Loading branch information
noname0443 committed Dec 26, 2024
1 parent 3b741d4 commit a73c12a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -2144,6 +2144,7 @@ func (app *App) getNodeState(host string) *NodeState {
func (app *App) getLocalNodeState() *NodeState {
node := app.cluster.Local()
nodeState := app.getNodeState(node.Host())
nodeState.ShowOnlyGTIDDiff = app.config.ShowOnlyGTIDDiff

diskUsed, diskTotal, err := node.GetDiskUsage()
if err == nil {
Expand Down

0 comments on commit a73c12a

Please sign in to comment.