mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-4.1' into cassandra-5.0
This commit is contained in:
commit
ada67cb2a4
|
|
@ -180,6 +180,7 @@ Merged from 4.0:
|
|||
* Partial compaction can resurrect deleted data (CASSANDRA-18507)
|
||||
Merged from 3.11:
|
||||
Merged from 3.0:
|
||||
* Fix CQLSH online help topic link (CASSANDRA-17534)
|
||||
* Remove unused suppressions (CASSANDRA-18724)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -2224,7 +2224,7 @@ def setup_cqldocs(cqlmodule):
|
|||
|
||||
def setup_docspath(path):
|
||||
global CASSANDRA_CQL_HTML
|
||||
CASSANDRA_CQL_HTML_FALLBACK = 'https://cassandra.apache.org/doc/latest/cql/index.html'
|
||||
CASSANDRA_CQL_HTML_FALLBACK = 'https://cassandra.apache.org/doc/latest/cassandra/cql/cql_singlefile.html'
|
||||
#
|
||||
# default location of local CQL.html
|
||||
if os.path.exists(path + '/doc/cql3/CQL.html'):
|
||||
|
|
|
|||
Loading…
Reference in New Issue