mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Merge pull request #31849 from ClickHouse/tavplubix-patch-5
Update 01155_rename_move_materialized_view.sql
This commit is contained in:
commit
b68f0df8b4
@ -48,8 +48,8 @@ DROP DATABASE test_01155_ordinary;
|
||||
USE default;
|
||||
|
||||
INSERT INTO test_01155_atomic.src(s) VALUES ('after moving tables');
|
||||
--SELECT materialize(2), substr(_table, 1, 10), s FROM merge('test_01155_atomic', '') ORDER BY _table, s; -- { serverError 81 }
|
||||
--SELECT dictGet('test_01155_ordinary.dict', 'x', 'after moving tables'); -- { serverError 36 }
|
||||
SELECT materialize(2), substr(_table, 1, 10), s FROM merge('test_01155_atomic', '') ORDER BY _table, s; -- { serverError 81 }
|
||||
SELECT dictGet('test_01155_ordinary.dict', 'x', 'after moving tables'); -- { serverError 36 }
|
||||
|
||||
RENAME DATABASE test_01155_atomic TO test_01155_ordinary;
|
||||
USE test_01155_ordinary;
|
||||
|
Loading…
Reference in New Issue
Block a user