ClickHouse/dbms/src/Client
George3d6 f338a747b0 Update Client.cpp (#615)
* Update Client.cpp

* Update Client.cpp

Added a check before displaying the % completed to see if progress.total_rows is equal to zero (in order not to display faulty information for table where the % can't be computed). Also added the "elapsed_ns > 500000000" check so that the % still renders in sync with the progress bar.
2017-03-23 04:57:11 +04:00
..
tests translate comments 2017-03-12 20:18:07 +01:00
Benchmark.cpp Resolved #619. Eliminated copy paste from benchmark util. [#CLICKHOUSE-3] 2017-03-21 15:18:56 +03:00
clickhouse-client.xml Removed harmful option from default config of clickhouse-client [#METR-2944]. 2016-02-29 23:13:08 +03:00
Client.cpp Update Client.cpp (#615) 2017-03-23 04:57:11 +04:00
CMakeLists.txt Remove code and includes from Collator.h, fix including <unicode/...> in dbms (#395) 2017-01-25 22:19:15 +04:00
config.xml Removed harmful option from default config of clickhouse-client [#METR-2944]. 2016-02-29 23:13:08 +03:00
Connection.cpp move ClickHouseRevision to dbms 2017-03-16 13:51:41 +04:00
InterruptListener.h dbms: Fixed build under OS X. [#METR-21516] 2016-11-20 01:21:00 +03:00
MultiplexedConnections.cpp Addition to prev. revision [#METR-23279]. 2016-10-25 00:53:12 +03:00