From 9def8f30fb55c1a29701773d1b6859d1d7959c0c Mon Sep 17 00:00:00 2001 From: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com> Date: Thu, 6 Feb 2020 18:45:23 +0300 Subject: [PATCH] Update run.sh --- docker/test/performance/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/test/performance/run.sh b/docker/test/performance/run.sh index bf2ae817a9..95fd4b72d9 100755 --- a/docker/test/performance/run.sh +++ b/docker/test/performance/run.sh @@ -30,7 +30,7 @@ if [ $DOWNLOAD_DATASETS -eq 1 ]; then download_data fi -clickhouse-client --query "select * from system.query_log where name = 'log_queries'" +clickhouse-client --query "select * from system.settings where name = 'log_queries'" tree /etc/clickhouse-server cat /etc/clickhouse-server/preprocessed/config.xml -- GitLab