failed update

inforeto - November 7, 2009 - 03:32
Project:Devel
Version:6.x-1.18
Component:performance
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

Got these errors running the database update:

With devel version 6.x-1.x-dev, the update (didn't wrote the update number) failed with:
"undefined function apc_cache_clear()"

Replaced it with version 6.x-1.18 and the update failed with:

    * user warning: Can't DROP 'title'; check that column/key exists query: ALTER TABLE performance_detail DROP title in /home/syu/public_html/includes/database.mysql-common.inc on line 322.
    * user warning: Can't DROP 'title'; check that column/key exists query: ALTER TABLE performance_summary DROP title in /home/syu/public_html/includes/database.mysql-common.inc on line 322.
    * user warning: Duplicate column name 'data' query: ALTER TABLE performance_detail ADD `data` LONGBLOB DEFAULT NULL in /home/syu/public_html/includes/database.mysql-common.inc on line 298.

...then...
The following queries were executed
performance module
Update #1

    * Failed: ALTER TABLE {performance_detail} DROP title
    * Failed: ALTER TABLE {performance_summary} DROP title

Update #2

    * Failed: ALTER TABLE {performance_detail} ADD `data` LONGBLOB DEFAULT NULL

Just reporting in case it pops up again, i do not use the performance logging that comes with devel.

 
 

Drupal is a registered trademark of Dries Buytaert.