Home | History | Annotate | Download | only in sql

Lines Matching refs:OpenConnections

2030 	if got := stats.OpenConnections; got != 1 {
2031 t.Errorf("stats.OpenConnections = %d; want 1", got)
2042 if got := stats.OpenConnections; got != 0 {
2043 t.Errorf("stats.OpenConnections = %d; want 0", got)