Via code inspection, it looks like this affects cosmic as well:
/**
* Release a mysql connection
*/
static void conn_release(private_mysql_database_t *this, conn_t *conn)
{
this->mutex->lock(this->mutex);
conn->in_use = FALSE;
this->mutex->unlock(this->mutex);
}
The diff that was c
Thank you for taking the time to report this bug and helping to make
Ubuntu better.
If someone can prepare a backport, please follow the steps at
https://wiki.ubuntu.com/StableReleaseUpdates#Procedure to have Bionic
updated.
All the steps documented there need to be followed. In particular, I'm
c