Daniel Black
Daniel Black
**Description** Should Containerfile/Dockerfile `LABEL` end up as `Labels` (like it is) or `annotations` map (from [spec](https://github.com/opencontainers/image-spec/blob/v1.0.1/image-index.md))? There's no obvious spec file but in the lack of `ANNOTATIONS` as a keyword...
Feature: https://mariadb.org/mission-impossible-zero-configuration-ssl/ List of references in: https://jira.mariadb.org/browse/MDEV-33639 Seems to involving the OK packet received at: https://github.com/blackbeam/rust-mysql-simple/blob/master/src/conn/mod.rs#L835 Will probably require this server fix https://jira.mariadb.org/browse/MDEV-33592 for Rust compatibility.
Maybe its a bit late now, but it would be really nice to use with GPL-2 codebases that have lingering Apache 2 compatibility issues. Jansson on which this depends is...
Fix
few small fixes. Some details in the commit message, email response coming too.
From https://stackoverflow.com/questions/78150060/tls-1-3-connection-with-rust-to-mariadb?noredirect=1#comment137779696_78150060 "According to the [code](https://github.com/steffengy/schannel-rs/blob/master/src/schannel_cred.rs#L175) TLS1_3 was added, but it will never work, since using TLSv1.3 under schannel requires a different API: Beginning of Windows 10.1809 (Build number 17763)...
MariaDB Foundation produce a quay.io image off the latest RC branch. This included only reviewed and tested changes that developers consider finished. To maintain compatibility with important ecosystem projects like...
MariaDB versions where a little out of date. 10.7 and
using the 2.6+ version of json libraries seems easier than maintaining an extra dependency.
I was trying to get some development done in a raw checked out environment and found that setting some explicit defaults made it a lot easier. In this state it...