You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> create database mydb
> use mydb
> insert cpu value=2
> show stats
... you will see numMeasurements be 1
> delete from cpu
> show stats
... you will see numMeasurements be -1
Expected behavior: This should be 0.
Actual behavior: The value is -1.
The text was updated successfully, but these errors were encountered:
Bug report
System info: InfluxDB 1.0.0-beta3
Steps to reproduce:
Expected behavior: This should be 0.
Actual behavior: The value is -1.
The text was updated successfully, but these errors were encountered: