Simon J Mudd
Simon J Mudd
I do not understand the previous statement: > This option is used on recipient server. The following plugins are disallowed. They must > be installed on recipient. > > "daemon_keyring_proxy_plugin",...
related on a random server I'm looking at: I don't see `keyring_file` or `keyring_vault` plugins but do see what may be similar `daemon_keyring_proxy_plugin` (on MySQL community 8.0.29). The other plugins...
The variable name suggested for exclusion, `clone_exclude_plugins_match` may not be ideal. This is a list and match to me implies some sort of regex or similar. I wonder if changing...
I see this issue closed and the comment that it wasn't quicker and all connections in the pool would be affected. While I understand that there are 2 cases where...
Sorry they are 2 different use cases. I recently built something (for me to learn go) called pstop: see github.com/sjmudd/pstop. Connecting from home via a vpn to the company servers...
It will be yes. It's still at an early stage and I can talk to you directly if you're interested.
There seem to be several different issues here: - Support for the new API (document store) which might work through the existing MySQL protocol. I would not expect that database/sql...
Also affects MySQL building: https://bugs.mysql.com/bug.php?id=113576
Requiring those of us that manage mysql to turn off compressed binlogs is a huge pain and can lead to disk space issues so it really makes sense to support...
Actually that error only happens if you have a very high concurrency. Most people should not see that, and in any case the idea was to have this as an...