Changeset: d66d6c545c33 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/d66d6c545c33 Modified Files: clients/ChangeLog.Mar2025 Branch: Mar2025 Log Message:
Update changelog message. diffs (26 lines): diff --git a/clients/ChangeLog.Mar2025 b/clients/ChangeLog.Mar2025 --- a/clients/ChangeLog.Mar2025 +++ b/clients/ChangeLog.Mar2025 @@ -3,13 +3,15 @@ * Tue Jun 3 2025 Sjoerd Mullender <[email protected]> - When connecting to a database, if there are multiple monetdbd servers - running, mclient will try them all, and also both UNIX domain sockets - and then TCP, in order to find a server that accepts the connection. - However, when a server that handles the requested database does - exist but refuses the connection for some other reason, mclient would - continue searching. This has now been changed. If monetdbd reports - an error other than database unknown, mclient will now stop looking - and report the error. + running, mclient will try them all, and also both UNIX domain + sockets and then TCP, in order to find a server that accepts the + connection. However, when a server that handles the requested + database does exist but refuses the connection for some other + reason, mclient would continue searching. This has now been + changed. If monetdbd reports an error other than database unknown, + mclient will now stop looking and report the error. This is + actually a change in the "mapi" library, so any program using the + library gets the new behavior. - There is a new option --quiet (or just -q) in mclient. If used, the welcome message that is normally printed in an interactive invocation is suppressed. _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
