database/sql.DBStats.MaxLifetimeClosed (field)

2 uses

	database/sql (current package)
		sql.go#L1176: 	MaxLifetimeClosed int64         // The total number of connections closed due to SetConnMaxLifetime.
		sql.go#L1197: 		MaxLifetimeClosed: db.maxLifetimeClosed,