X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=performance_schema%2Fps_table%2Fps_table.go;h=e16d4b7004db70ef3491e74bc29a86d6358d34d8;hb=230955969f6512ba1271e4d000b725f5a810cbbc;hp=68957d78e97ba494aea5d859d76d46472ca509fb;hpb=38376bf5db9af25660b8183b2c022d079bb2b5ea;p=pstop.git diff --git a/performance_schema/ps_table/ps_table.go b/performance_schema/ps_table/ps_table.go index 68957d7..e16d4b7 100644 --- a/performance_schema/ps_table/ps_table.go +++ b/performance_schema/ps_table/ps_table.go @@ -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