fixed inaccurate vet reporting so this works now
parent
61d4cd6a5a
commit
2d638b5333
|
@ -2156,9 +2156,8 @@ func (s *Server) executeShowMeasurementsStatement(stmt *influxql.ShowMeasurement
|
||||||
|
|
||||||
// Make result.
|
// Make result.
|
||||||
result := &Result{
|
result := &Result{
|
||||||
Rows: make(influxql.Rows, 1),
|
Rows: influxql.Rows{row},
|
||||||
}
|
}
|
||||||
result.Rows[0] = row
|
|
||||||
|
|
||||||
return result
|
return result
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue