dbms: added test [#METR-14300].

This commit is contained in:
Alexey Milovidov 2014-12-15 07:09:28 +03:00
parent cea5e295d0
commit da86564110
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#!/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