When you delete a smartqueue, the record on smartqueue table remains.

Some code need to be added/fixed to handle deleting this and an update function need to be added to delete those ghost records.

I have ran the following code to clean up my smartqueue table:

delete from smartqueue where qid not in (select qid from nodequeue_queue);

Comments

amateescu’s picture

Version: 7.x-2.x-dev » 6.x-2.x-dev
Status: Active » Patch (to be ported)
amateescu’s picture

Version: 6.x-2.x-dev » 7.x-3.x-dev
Status: Patch (to be ported) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

jweowu’s picture

Status: Closed (fixed) » Needs work

I just posted #1733846: MySQL-specific SQL, but checking back to see where it originated, I see there are similar issues in all the commits that were made here. Those queries are not valid SQL, and will only run on MySQL.

fizk’s picture

Issue summary: View changes
Status: Needs work » Closed (fixed)