mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-2.1' into trunk
This commit is contained in:
commit
6076f8ff32
|
|
@ -934,8 +934,7 @@ class Shell(cmd.Cmd):
|
||||||
self.writeresult("")
|
self.writeresult("")
|
||||||
self.print_static_result(rows, cfMetaData)
|
self.print_static_result(rows, cfMetaData)
|
||||||
|
|
||||||
self.writeresult("(%d rows)" % len(rows))
|
self.writeresult("(%d rows)" % len(rows or []))
|
||||||
self.writeresult("")
|
|
||||||
|
|
||||||
if self.decoding_errors:
|
if self.decoding_errors:
|
||||||
for err in self.decoding_errors[:2]:
|
for err in self.decoding_errors[:2]:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue