mirror of https://github.com/apache/cassandra
Fix cqlsh after CQL version bump
This commit is contained in:
parent
4e5867affc
commit
f967257e48
|
|
@ -164,7 +164,7 @@ from cqlshlib.util import get_file_encoding_bomsize, trim_if_present
|
|||
|
||||
DEFAULT_HOST = '127.0.0.1'
|
||||
DEFAULT_PORT = 9042
|
||||
DEFAULT_CQLVER = '3.3.1'
|
||||
DEFAULT_CQLVER = '3.4.0'
|
||||
DEFAULT_PROTOCOL_VERSION = 4
|
||||
DEFAULT_CONNECT_TIMEOUT_SECONDS = 5
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue