mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.0' into trunk
This commit is contained in:
commit
ac902a505e
|
|
@ -70,7 +70,10 @@ Merged from 3.0:
|
|||
header is received (CASSANDRA-11464)
|
||||
* Validate that num_tokens and initial_token are consistent with one another (CASSANDRA-10120)
|
||||
Merged from 2.2:
|
||||
* cqlsh: COPY FROM should report errors correctly if workers processes crash on initialization (CASSANDRA-11474)
|
||||
* 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)
|
||||
* Always close cluster with connection in CqlRecordWriter (CASSANDRA-11553)
|
||||
* Allow only DISTINCT queries with partition keys restrictions (CASSANDRA-11339)
|
||||
* CqlConfigHelper no longer requires both a keystore and truststore to work (CASSANDRA-11532)
|
||||
|
|
|
|||
|
|
@ -4,3 +4,4 @@ tools/bin/sstablemetadata usr/bin
|
|||
tools/bin/sstableofflinerelevel usr/bin
|
||||
tools/bin/sstablerepairedset usr/bin
|
||||
tools/bin/sstablesplit usr/bin
|
||||
tools/bin/sstabledump usr/bin
|
||||
|
|
|
|||
|
|
@ -18,6 +18,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