mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.11' into cassandra-4.0
This commit is contained in:
commit
bf9d334f54
|
|
@ -541,7 +541,7 @@ class Shell(cmd.Cmd):
|
|||
if extra:
|
||||
baseversion = baseversion[0:extra]
|
||||
if baseversion != build_version:
|
||||
print("WARNING: cqlsh was built against {}, but this server is {}. All features may not work!".format(baseversion, build_version))
|
||||
print("WARNING: cqlsh was built against {}, but this server is {}. All features may not work!".format(build_version, baseversion))
|
||||
|
||||
@property
|
||||
def is_using_utf8(self):
|
||||
|
|
|
|||
Loading…
Reference in New Issue