Andrew Garner
Andrew Garner
For context, Mariadb's client library does not support ssl_mode, so this connector's `:ssl_mode` effectively gets ignored when built against MariaDB client libraries. MariaDB's client libraries are not a 100% drop-in...
https://launchpad.net/~dbsake/+archive/ubuntu/ppa Initially uploaded v1.0.9 deb.
This can be overridden in the my.sandbox.cnf: ``` [mysql] no-auto-rehash prompt = "mysql-\v [sandbox]> " ``` And then you'll see something like: ``` # ./sandbox.sh mysql ... mysql-5.6.23-log[sandbox]> ``` I...
Poking at this a little this morning, I see runc-1.1.15 ran into the same container / cgroup teardown issue, but seemingly ignored it. runc-1.2.0 seems to hard stop when it...
Swinging back around to this, I unpinned bpm in one of our pipelines since we are pulling in this https://github.com/cloudfoundry/bosh-deployment/pull/479 change now. My pipeline failed - random jobs failed to...