Daniel Black
Daniel Black
https://jira.mariadb.org/browse/MDEV-20594 - your underlying storage system doesn't support prealloc.
Fixed https://jira.mariadb.org/browse/MDEV-16015 - 10.4.16
The SSL_CTX_set_tlsext_ticket_key_cb is pretty well documented now after they took my document out of their patch graveyard system https://github.com/openssl/openssl/blob/master/doc/ssl/SSL_CTX_set_tlsext_ticket_key_cb.pod
And that seemed to be [4.7.0](http://rpm.org/wiki/Releases/4.7.0#POSIX.1edraft15filecapabilities). Only example ref is [this](https://stackoverflow.com/questions/26898007/making-an-rpm-which-sets-posix-files-capabilities#26898008).
This appears fixed in the server, so closing.
added in https://github.com/skydive-project/skydive/commit/21332b1234356bf060c60b8a60a03067a7bc6394#diff-9af4ab5aad65db356f7cba0fde9aa166R410 sufficient?
I tested locally on PrestaShop 44c66da91988cea2cecdd104d9f5893e419b6cdd Against MariaDB-11.5 (with my delete single table alias extensions https://github.com/MariaDB/server/pull/3237) ``` $ composer run-script integration-tests --timeout=0 > @php ./tests/bin/create-test-db.php Testing database settings Creating database...
Glad one of does have it working ok :-). Maybe mariadb not fully running for some reason. As a step before testing ``` until mysql -h 127.0.0.1 -u root -ppassword...
agree on this.
Hi, this is just a review from a fellow docker official image maintainer in the hope that when this gets to review its going to be easier and quicker to...