Add no-backward-compatibility-check for the crasher

This commit is contained in:
Raúl Marín 2022-08-09 10:58:29 +02:00
parent f2c93a8c6d
commit 901e38091a

View File

@ -1,3 +1,4 @@
-- Tags: no-backward-compatibility-check
SET allow_experimental_hash_functions = 1;
select number, hashid(number) from system.numbers limit 5;