This commit is contained in:
Alexey Milovidov 2018-08-08 03:10:01 +03:00
parent e99a24c12c
commit 1082619320
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1 @@
108

View File

@ -0,0 +1,9 @@
#!/usr/bin/env bash
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
. $CURDIR/../shell_config.sh
. $CURDIR/mergetree_mutations.lib
echo "INSERT INTO test.test FORMAT CSV" | ${CLICKHOUSE_CLIENT} -n 2>/dev/null
echo $?