Project:Devel
Version:6.x-1.18
Component:performance
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (won't fix)

Issue Summary

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.

Comments

#1

Status:active» closed (won't fix)

The Performance submodule has been removed from Devel for lack of resources to maintain it properly.

We hope it will come back in its original project, http://drupal.org/project/performance / Performance Logging and Monitoring, which is currently marked "Abandoned." If you're interested in maintaining this important project then see Dealing with abandoned projects.

Unfortunately, the issues queue of Performance has been closed and I cannot reassign this issue, so I just have to close it.

nobody click here