mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Update 02391_recursive_buffer.sql
This commit is contained in:
parent
f63fa3b04b
commit
03ed472964
@ -1,3 +1,6 @@
|
|||||||
|
-- Tags: no-parallel
|
||||||
|
-- because of system.tables poisoning
|
||||||
|
|
||||||
DROP TABLE IF EXISTS test;
|
DROP TABLE IF EXISTS test;
|
||||||
CREATE TABLE test (key UInt32) Engine = Buffer(currentDatabase(), test, 16, 10, 100, 10000, 1000000, 10000000, 100000000);
|
CREATE TABLE test (key UInt32) Engine = Buffer(currentDatabase(), test, 16, 10, 100, 10000, 1000000, 10000000, 100000000);
|
||||||
SELECT * FROM test; -- { serverError 269 }
|
SELECT * FROM test; -- { serverError 269 }
|
||||||
|
Loading…
Reference in New Issue
Block a user