mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.0' into cassandra-3.11
This commit is contained in:
commit
7f92f1bc22
|
|
@ -8,6 +8,7 @@
|
|||
* Add keyspace and table name to exception message during ColumnSubselection deserialization (CASSANDRA-18346)
|
||||
* Remove unnecessary String.format invocation in QueryProcessor when getting a prepared statement from cache (CASSANDRA-17202)
|
||||
Merged from 3.0:
|
||||
* Fix CQLSH online help topic link (CASSANDRA-17534)
|
||||
* Remove unused suppressions (CASSANDRA-18724)
|
||||
* Upgrade OWASP to 8.3.1 (CASSANDRA-18650)
|
||||
* Suppress CVE-2023-34462 (CASSANDRA-18649)
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ except ImportError:
|
|||
CQL_LIB_PREFIX = 'cassandra-driver-internal-only-'
|
||||
|
||||
CASSANDRA_PATH = os.path.join(os.path.dirname(os.path.realpath(__file__)), '..')
|
||||
CASSANDRA_CQL_HTML_FALLBACK = 'https://cassandra.apache.org/doc/cql3/CQL-3.2.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(CASSANDRA_PATH + '/doc/cql3/CQL.html'):
|
||||
|
|
|
|||
Loading…
Reference in New Issue