ClickHouse/dbms/tests/queries/0_stateless/00097_storage_buffer_race_condition.sh
2014-12-15 07:09:28 +03:00

3 lines
175 B
Bash
Executable File

#!/bin/sh
seq 1 1000 | sed -r 's/.+/CREATE TABLE IF NOT EXISTS test.buf (a UInt8) ENGINE = Buffer(test, b, 1, 1, 1, 1, 1, 1, 1); DROP TABLE test.buf;/' | clickhouse-client -n