Skip to content

Commit

Permalink
fix info report
Browse files Browse the repository at this point in the history
  • Loading branch information
tony2001 committed May 27, 2016
1 parent 4d18faf commit 8f881e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions default_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ CREATE TABLE `info` (
`time_interval` int(11) DEFAULT NULL,
`kbytes_total` float DEFAULT NULL,
`memory_footprint` float DEFAULT NULL,
`req_time_median` float DEFAULT NULL,
`index_value` varchar(256) DEFAULT NULL
`req_time_median` float DEFAULT NULL
) ENGINE=PINBA DEFAULT CHARSET=latin1 COMMENT='info';

DROP TABLE IF EXISTS report_by_script_name;
Expand Down

0 comments on commit 8f881e0

Please sign in to comment.