Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
cld
systems
cassandra
Commits
6978307b
Unverified
Commit
6978307b
authored
Jun 09, 2020
by
Mick Semb Wever
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'cassandra-3.11' into trunk
parents
7bbc97e5
e4985391
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
.gitignore
.gitignore
+1
-0
CHANGES.txt
CHANGES.txt
+1
-0
build.xml
build.xml
+4
-0
No files found.
.gitignore
View file @
6978307b
...
...
@@ -72,6 +72,7 @@ lib/jsr223/jython/cachedir
lib/jsr223/scala/*.jar
/.ant-targets-build.xml
.ant_targets
# Generated files from the documentation
doc/source/configuration/cassandra_config_file.rst
...
...
CHANGES.txt
View file @
6978307b
...
...
@@ -52,6 +52,7 @@ Merged from 3.0:
* cqlsh return non-zero status when STDIN CQL fails (CASSANDRA-15623)
* Don't skip sstables in slice queries based only on local min/max/deletion timestamp (CASSANDRA-15690)
Merged from 2.2:
* Remove generated files from source artifact (CASSANDRA-15849)
* Remove duplicated tools binaries from tarballs (CASSANDRA-15768)
* Duplicate results with DISTINCT queries in mixed mode (CASSANDRA-15501)
...
...
build.xml
View file @
6978307b
...
...
@@ -1256,6 +1256,10 @@
<exclude
name=
"build/**"
/>
<exclude
name=
"src/gen-java/**"
/>
<exclude
name=
".git/**"
/>
<exclude
name=
"venv/**"
/>
<exclude
name=
"src/resources/org/apache/cassandra/config/version.properties"
/>
<exclude
name=
"conf/hotspot_compiler"
/>
<exclude
name=
"doc/cql3/CQL.html"
/>
<exclude
name=
"bin/*"
/>
<!-- handled separately below -->
<!-- exclude Eclipse files -->
<exclude
name=
".project"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment