mirror of https://github.com/apache/cassandra
Add missing tools to debian package
Patch by tjake and Michael Shuler; reviewed by Michael Shuler for CASSANDRA-11642
This commit is contained in:
parent
487c8f79de
commit
cfc398e818
|
|
@ -1,4 +1,5 @@
|
|||
2.2.7
|
||||
* Add missing files to debian packages (CASSANDRA-11642)
|
||||
* Avoid calling Iterables::concat in loops during ModificationStatement::getFunctions (CASSANDRA-11621)
|
||||
* cqlsh: COPY FROM should use regular inserts for single statement batches and
|
||||
report errors correctly if workers processes crash on initialization (CASSANDRA-11474)
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ bin/cqlsh usr/bin
|
|||
bin/cqlsh.py usr/bin
|
||||
bin/sstablescrub usr/bin
|
||||
bin/sstableupgrade usr/bin
|
||||
bin/sstableverify usr/bin
|
||||
tools/bin/cassandra-stress usr/bin
|
||||
lib/*.jar usr/share/cassandra/lib
|
||||
lib/*.zip usr/share/cassandra/lib
|
||||
|
|
|
|||
Loading…
Reference in New Issue