ClickHouse/tests/queries/0_stateless/01014_lazy_database_basic.reference
Ivan 97f2a2213e
Move all folders inside /dbms one level up (#9974)
* Move some code outside dbms/src folder
* Fix paths
2020-04-02 02:51:21 +03:00

18 lines
390 B
Plaintext

testlazy log CREATE TABLE testlazy.log (`a` UInt64, `b` UInt64) ENGINE = Log
testlazy slog CREATE TABLE testlazy.slog (`a` UInt64, `b` UInt64) ENGINE = StripeLog
testlazy tlog CREATE TABLE testlazy.tlog (`a` UInt64, `b` UInt64) ENGINE = TinyLog
testlazy log
testlazy slog
testlazy tlog
testlazy log2
testlazy slog
testlazy tlog
testlazy log2
testlazy slog
testlazy tlog
1 1
2 2
3 3
2 2
3 3