X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=performance_schema%2Ffile_summary_by_instance%2Ffile_summary_by_instance_row.go;h=64dd1459315414aff89ed2f5db0ba2b1d0bcfd3a;hb=4e7de0a29bb9c5534e68e7d67392288b5028fc5b;hp=0f36edd006af73dd48d555a537b989d445367ebb;hpb=38376bf5db9af25660b8183b2c022d079bb2b5ea;p=pstop.git diff --git a/performance_schema/file_summary_by_instance/file_summary_by_instance_row.go b/performance_schema/file_summary_by_instance/file_summary_by_instance_row.go index 0f36edd..64dd145 100644 --- a/performance_schema/file_summary_by_instance/file_summary_by_instance_row.go +++ b/performance_schema/file_summary_by_instance/file_summary_by_instance_row.go @@ -46,18 +46,18 @@ CREATE TABLE `file_summary_by_instance` ( type file_summary_by_instance_row struct { FILE_NAME string - COUNT_STAR int - COUNT_READ int - COUNT_WRITE int - COUNT_MISC int - - SUM_TIMER_WAIT int - SUM_TIMER_READ int - SUM_TIMER_WRITE int - SUM_TIMER_MISC int - - SUM_NUMBER_OF_BYTES_READ int - SUM_NUMBER_OF_BYTES_WRITE int + COUNT_STAR uint64 + COUNT_READ uint64 + COUNT_WRITE uint64 + COUNT_MISC uint64 + + SUM_TIMER_WAIT uint64 + SUM_TIMER_READ uint64 + SUM_TIMER_WRITE uint64 + SUM_TIMER_MISC uint64 + + SUM_NUMBER_OF_BYTES_READ uint64 + SUM_NUMBER_OF_BYTES_WRITE uint64 } // represents a table or set of rows