Merge branch 'cassandra-4.0' into cassandra-4.1

* cassandra-4.0:
  Fix bash-completion for debian distro
This commit is contained in:
mck 2024-10-15 10:26:09 +02:00
commit 7b612a8493
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
4.1.8
* Fix race condition in DecayingEstimatedHistogramReservoir during rescale (CASSANDRA-19365)
Merged from 4.0:
* Fix bash-completion for debian distro (CASSANDRA-19999)
* Ensure thread-safety for CommitLogArchiver in CommitLog (CASSANDRA-19960)
* Fix text containing "/*" being interpreted as multiline comment in cqlsh (CASSANDRA-17667)
* Fix indexing of a frozen collection that is the clustering key and reversed (CASSANDRA-19889)

View File

@ -15,7 +15,7 @@
# limitations under the License.
#
#
have nodetool && have cqlsh &&
_have nodetool && _have cqlsh &&
{
show_keyspaces()