The delete query does not work on MySQL:

 DELETE FROM loginticket WHERE ticket_id = (15,22,23,66,78,81)

correct query:

 DELETE FROM loginticket WHERE ticket_id IN (15,22,23,66,78,81)

Patch attached.

CommentFileSizeAuthor
loginticket_delete.patch478 bytesklausi
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

fago’s picture

Status: Needs review » Fixed

thanks, committed to 5.x and 6.x

Status: Fixed » Closed (fixed)

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