The table 'cache_swftools' not deleted when using the uninstall.

As soon as I install swftools 6.x-3.x-dev, it warns that :

user warning: Table 'cache_swftools' already exists query: CREATE TABLE cache_swftools ( `cid` VARCHAR(255) NOT NULL DEFAULT '', `data` LONGBLOB DEFAULT NULL, `expire` INT NOT NULL DEFAULT 0, `created` INT NOT NULL DEFAULT 0, `headers` TEXT DEFAULT NULL, `serialized` SMALLINT NOT NULL DEFAULT 0, PRIMARY KEY (cid), INDEX expire (expire) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /example/path/includes/database.inc on line 550.

Comments

Stuart Greenfield’s picture

Status: Active » Needs review

Fixed on DRUPAL-6--3.

Setting as needs review so I can close it when 6.x-3.x release is made.

xmacinfo’s picture

Status: Needs review » Reviewed & tested by the community

Confirmed. It now properly uninstall table 'cache_swftools'.

Thanks.