Rename UpdateInitialValues() to SyncReferenceValues()
[pstop.git] / performance_schema / ps_table / ps_table.go
index 68957d7..e16d4b7 100644 (file)
@@ -10,7 +10,7 @@ import (
 // a table of rows
 type Tabler interface {
        Collect(dbh *sql.DB)
-       UpdateInitialValues()
+       SyncReferenceValues()
        Headings() string
        RowContent(max_rows int) []string
        TotalRowContent() string