larger mempool table entries

git-svn-id: http://www.observium.org/svn/observer/trunk@1043 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-03-23 14:35:01 +00:00
parent 5d117e39e1
commit d6fa386d68
2 changed files with 2 additions and 1 deletions

View File

@ -4,3 +4,4 @@ ALTER TABLE `processors` CHANGE `processor_descr` `processor_descr` VARCHAR(
DROP TABLE `cempMemPool`;
DROP TABLE `cpmCPU`;
DROP TABLE `cmpMemPool`;
ALTER TABLE `mempools` CHANGE `mempool_used` `mempool_used` INT( 16 ) NOT NULL ,CHANGE `mempool_free` `mempool_free` INT( 16 ) NOT NULL ,CHANGE `mempool_total` `mempool_total` INT( 16 ) NOT NULL ,CHANGE `mempool_largestfree` `mempool_largestfree` INT( 16 ) NULL DEFAULT NULL ,CHANGE `mempool_lowestfree` `mempool_lowestfree` INT( 16 ) NULL DEFAULT NULL ;