When hosting-queued.drush.inc was ported to D7, nobody noticed that the db handling code was no longer sane under the PDO model. This causes two problems.

1) Sites that don't have mysqli module available will have a nonfunctional hosting-queued.
2) hosting-queued will leak database connections.

Since D7 has full support for database connection management, there is no need to mess with calling raw driver functions.

CommentFileSizeAuthor
hosting_queued_fix_db_handling.patch1.59 KBbdragon

Comments

bdragon created an issue. See original summary.

bdragon’s picture

update attribution

helmo’s picture

Status: Needs review » Fixed

Looks OK, thanks.

  • helmo committed 8dba529 on 7.x-3.x authored by bdragon
    Issue #2921725 by bdragon: hosting-queued db handling broken
    
helmo’s picture

Status: Fixed » Closed (fixed)

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