You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MySql Connector/Net fabric server selection broken when master is faulty (Oracle Bug #21203824).
Added fabric server status (only primary and secondary) when selecting a server (excludes the faulty and spare servers).
Added new constructor for MySqlFabricException that accepts an exception as parameter.
Reorganized Fabric plugin Enums.
Added new validation and resource error message when the specified group is not found in fabric groups list.
Copy file name to clipboardExpand all lines: CHANGES
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
6.9.7
2
2
- Changed default SSL mode to Preferred in connection string. Now the server connections will be using SSL if server allows it by default but it's possible to override this configuration.
3
3
- Changed handshake process to use bytes instead of encoded strings.
4
+
- Fix for Fabric connections (Oracle Bug #20983968).
5
+
- Fix for Fabric plugin: fabric server selection is broken when master is faulty (Oracle Bug #21203824).
0 commit comments