mirror of https://github.com/apache/cassandra
Fix bash-completion for debian distro
Check nodetool/cqlsh for bash-completion with _have instead of type patch by Alexander Batyrshin; reviewed by Mick Semb Wever for CASSANDRA-19999
This commit is contained in:
parent
d939e40dfb
commit
6a1d13ade2
|
|
@ -1,4 +1,5 @@
|
||||||
4.0.15
|
4.0.15
|
||||||
|
* Fix bash-completion for debian distro (CASSANDRA-19999)
|
||||||
* Ensure thread-safety for CommitLogArchiver in CommitLog (CASSANDRA-19960)
|
* Ensure thread-safety for CommitLogArchiver in CommitLog (CASSANDRA-19960)
|
||||||
* Fix text containing "/*" being interpreted as multiline comment in cqlsh (CASSANDRA-17667)
|
* 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)
|
* Fix indexing of a frozen collection that is the clustering key and reversed (CASSANDRA-19889)
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
have nodetool && have cqlsh &&
|
_have nodetool && _have cqlsh &&
|
||||||
{
|
{
|
||||||
|
|
||||||
show_keyspaces()
|
show_keyspaces()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue