Skip to content

Commit

Permalink
Fix tools/bin/fqltool for all shells
Browse files Browse the repository at this point in the history
patch by Robert Stupp; reviewed by Mick Semb Wever and Eduard Tudenhöfner for CASSANDRA-15820
  • Loading branch information
snazy committed May 19, 2020
1 parent 17caa28 commit ec07cd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
4.0-alpha5
* Fix tools/bin/fqltool for all shells (CASSANDRA-15820)
* Fix clearing of legacy size_estimates (CASSANDRA-15776)
* Update port when reconnecting to pre-4.0 SSL storage (CASSANDRA-15727)
* Only calculate dynamicBadnessThreshold once per loop in DynamicEndpointSnitch (CASSANDRA-15798)
Expand Down
2 changes: 1 addition & 1 deletion tools/bin/fqltool
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ARGS=""
JVM_ARGS=""
while true
do
if [ ! $1 ]; then break; fi
if [ "x" = "x$1" ]; then break; fi
case $1 in
-D*)
JVM_ARGS="$JVM_ARGS $1"
Expand Down

0 comments on commit ec07cd7

Please sign in to comment.