Skip to content

Commit

Permalink
remove field not in select
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <[email protected]>
  • Loading branch information
timvaillancourt committed Feb 21, 2025
1 parent 5ac4690 commit 186ad4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go/vt/vtorc/inst/instance_dao.go
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,6 @@ func ReadInstanceClusterAttributes(instance *Instance) (err error) {

err = db.QueryVTOrc(query, args, func(m sqlutils.RowMap) error {
primaryReplicationDepth = m.GetUint("replication_depth")
primaryAlias = m.GetString("alias")
primaryHostname = m.GetString("source_host")
primaryPort = m.GetInt("source_port")
ancestryUUID = m.GetString("ancestry_uuid")
Expand Down

0 comments on commit 186ad4a

Please sign in to comment.