Tungsten Clustering 6.1.25
Build: 6
Release Date: 7 Jul 2024
End of Life Date: 15 Aug 2024
Product End of Life
This release is past End of Life.
Improvements, new features and functionality (1)
Connector (1)
- In proxy mode, kill queries are now intercepted by the connector in order to replace the given thread_id by the underlying database connection thread_id.NoteWhile executing the kill command, you might get an error like "Could not execute query kill query <id>: Unknown thread id: <id>". This can be ignored, the connection will still be properly killed.Issue: CT-2298
Bug Fixes (1)
Core Replicator (1)
- Fix for an issue in the ColumnName Filter, EnumToString Filter and
TableMetadataCachewhere anALTER USERstatement could trigger a NullPointerException.Issue: CT-2321